Capitalize rather then upper-case section headers

This commit is contained in:
Fabio Berger
2018-03-18 18:45:06 +01:00
parent 794b155827
commit 87044313c2

View File

@@ -48,7 +48,7 @@ export class SectionHeader extends React.Component<SectionHeaderProps, SectionHe
title={
<span
style={{
textTransform: 'uppercase',
textTransform: 'capitalize',
color: colors.grey,
fontFamily: 'Roboto Mono',
fontWeight: 300,