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:
Norbert de Langen 2020-01-09 16:46:42 +01:00 committed by GitHub
commit a0169f96d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',