Skip to content

Commit

Permalink
Remove textTransform: 'capitalize' from component bar/button (#9252)
Browse files Browse the repository at this point in the history
Remove `textTransform: 'capitalize'` from component `bar/button`

Co-authored-by: Norbert de Langen <[email protected]>
  • Loading branch information
ndelangen authored Jan 9, 2020
2 parents 5c69346 + 1e07abf commit a0169f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/src/bar/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a0169f9

Please sign in to comment.