1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-17 17:01:46 +07:00

fix: do not capitalize heading - closes #428 (#431)

This commit is contained in:
Daniel Ruf 2020-02-02 08:36:55 +01:00 committed by GitHub
parent e6e9cfb2b4
commit d481f54948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ interface Props {
const StyledHeading = styled(Heading)({
fontSize: '1rem',
fontWeight: 700,
textTransform: 'capitalize',
});
const StyledBoxVersion = styled(Box)<{ theme?: Theme }>(({ theme }) => ({