spectrum-css
spectrum-css copied to clipboard
tabs' label's font-size has the wrong mod token
Description
The tabs' label's font-size is set by var(--mod-tabs-font-weight) instead of a font size mod token.
Steps to reproduce
- Look at https://github.com/adobe/spectrum-css/blob/main/components/tabs/index.css#L436
Expected behavior
We should be able to set a mod token for font-size that doesn't change font-weight.
Screenshots
Environment
- Version of the impacted component(s):
- Browser(s) and OS(s):
Additional context
Great catch @lehelen19!
Closed via #2596