Skip to content

Commit c7e62b3

Browse files
committed
fix: font-size
1 parent 8a7b41e commit c7e62b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/metagram/src/lib/ui/Select/Select.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
class="text-base focus:ring-2 focus:ring-transparent focus:outline-none"
3232
>
3333
{#each options as country}
34-
<option value={country.code} class="text-md text-black-600">
34+
<option value={country.code} class="text-base text-black-600">
3535
{country.code}
3636
</option>
3737
{/each}

0 commit comments

Comments
 (0)