rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.26k stars 175 forks source link

default font size for everything should be 16px to avoid layout issues on mobile...[V5] #462

Closed rchrdnsh closed 1 year ago

rchrdnsh commented 1 year ago

anytime a font size smaller than 16px is used iOS will zoom in the UI, which is generally not desirable. I recommend setting default font-size to 16px.

XD

rob-balfre commented 1 year ago

@rchrdnsh thanks, good to know. Will update.

rchrdnsh commented 1 year ago

oh, was it not supposed to be closed? my bad