Replies: 2 comments 3 replies
-
Going to make an assumption and since this is basically using Tailwind CSS to replicate |
Beta Was this translation helpful? Give feedback.
-
I'm also running into this issue. My font does not play nice with text-sm (it's a pixel font and looks very small). All the components have text-sm set at a granular level and there's no easy way to override it without using !important |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What's the reasoning behind many (most?) components explicitly decreasing the font-size for normal text via
text-sm
? For instance, IMHO, a checkbox should be rendered at normal (base) font-size, just like running text in paragraphs and such.14px
is a nice base font-size. Wouldn't it make more sense to decrease the base font-size from16px
to14px
and get rid of all thetext-sm
classes if an overall smaller font-size is desired?Beta Was this translation helpful? Give feedback.
All reactions