mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
Remove textTransform: 'capitalize'
from component bar/button
(#9252)
Remove `textTransform: 'capitalize'` from component `bar/button` Co-authored-by: Norbert de Langen <ndelangen@me.com>
This commit is contained in:
commit
a0169f96d7
@ -41,7 +41,6 @@ export const TabButton = styled(ButtonOrLink, { shouldForwardProp: isPropValid }
|
||||
},
|
||||
({ theme }) => ({
|
||||
padding: '0 15px',
|
||||
textTransform: 'capitalize',
|
||||
transition: 'color 0.2s linear, border-bottom-color 0.2s linear',
|
||||
height: 40,
|
||||
lineHeight: '12px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user