mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:41:06 +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 }) => ({
|
({ theme }) => ({
|
||||||
padding: '0 15px',
|
padding: '0 15px',
|
||||||
textTransform: 'capitalize',
|
|
||||||
transition: 'color 0.2s linear, border-bottom-color 0.2s linear',
|
transition: 'color 0.2s linear, border-bottom-color 0.2s linear',
|
||||||
height: 40,
|
height: 40,
|
||||||
lineHeight: '12px',
|
lineHeight: '12px',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user