Skip to content

Commit

Permalink
Make font size in Select same as Input
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit committed Jul 10, 2024
1 parent 3e328a5 commit f02ecb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/holocene/select/select.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@

<style lang="postcss">
input {
@apply pointer-events-none w-full bg-transparent;
@apply pointer-events-none w-full bg-transparent text-sm;
}
</style>

0 comments on commit f02ecb7

Please sign in to comment.