Unreads header is capitilized (#6337)

This commit is contained in:
Shaz MJ 2022-06-03 11:55:52 +10:00 committed by GitHub
parent a0f25f0e3b
commit 088d125792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
heading: {
color: changeOpacity(theme.sidebarText, 0.64),
...typography('Heading', 75),
textTransform: 'uppercase',
paddingLeft: 18,
paddingVertical: 8,
marginTop: 12,