Remove textTransform: 'capitalize' from component bar/button

This commit is contained in:
Mihira Jayasekera 2019-12-26 17:42:33 -08:00 committed by GitHub
parent 6949459a8e
commit 75621c34b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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