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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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