Switch teamname display from 'capitalize' -> 'uppercase' (#6785)

This commit is contained in:
Shivashis Padhi
2022-11-29 11:33:08 +05:30
committed by GitHub
parent 81a88e45f0
commit 130b066d36

View File

@@ -31,7 +31,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
},
text: {
color: theme.sidebarText,
textTransform: 'capitalize',
textTransform: 'uppercase',
},
image: {
borderRadius: 8,