Capitalize rather then upper-case section headers
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user