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

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 }) => ({