mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Remove textTransform: 'capitalize'
from component bar/button
This commit is contained in:
parent
6949459a8e
commit
75621c34b5
@ -22,7 +22,6 @@ export const TabButton = styled.button<TabButtonProps>(
|
||||
},
|
||||
({ 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