Switch teamname display from 'capitalize' -> 'uppercase' (#6785)
This commit is contained in:
parent
81a88e45f0
commit
130b066d36
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
|||
},
|
||||
text: {
|
||||
color: theme.sidebarText,
|
||||
textTransform: 'capitalize',
|
||||
textTransform: 'uppercase',
|
||||
},
|
||||
image: {
|
||||
borderRadius: 8,
|
||||
|
|
|
|||
Loading…
Reference in a new issue