forked from Ivasoft/mattermost-mobile
Switch teamname display from 'capitalize' -> 'uppercase' (#6785)
This commit is contained in:
@@ -31,7 +31,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
},
|
||||
text: {
|
||||
color: theme.sidebarText,
|
||||
textTransform: 'capitalize',
|
||||
textTransform: 'uppercase',
|
||||
},
|
||||
image: {
|
||||
borderRadius: 8,
|
||||
|
||||
Reference in New Issue
Block a user