There was an error while loading. Please reload this page.
1 parent 8a7b41e commit c7e62b3Copy full SHA for c7e62b3
1 file changed
platforms/metagram/src/lib/ui/Select/Select.svelte
@@ -31,7 +31,7 @@
31
class="text-base focus:ring-2 focus:ring-transparent focus:outline-none"
32
>
33
{#each options as country}
34
- <option value={country.code} class="text-md text-black-600">
+ <option value={country.code} class="text-base text-black-600">
35
{country.code}
36
</option>
37
{/each}
0 commit comments