[Tab] Default fontSize being overwritten by media query #19265
Labels
component: tabs
This is the name of the generic UI component, not the React module!
design: material
This is about Material Design, please involve a visual or UX designer in the process
good first issue
Great for first contributions. Enable to learn the contribution process.
Hi guys,
The tab uses styles from
typography.button
, which means that the default font-size is 14px (or 0.875rem) which is also of course material specsThis can be seen here
but here you can see that the default font-size is being set to 13px when the screen is bigger than 600px. Is that a desired behavior?
I would imagine that instead of
breakpoints.up
it shouldbreakpoints.down
...could you guys let me know?Thanks in advance
The text was updated successfully, but these errors were encountered: