Use sidebarUnreadText for unread channel item (#6342)
This commit is contained in:
parent
413dc41bf0
commit
df1da4da19
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
paddingRight: 20,
|
||||
},
|
||||
highlight: {
|
||||
color: theme.sidebarText,
|
||||
color: theme.sidebarUnreadText,
|
||||
},
|
||||
textInfo: {
|
||||
color: theme.centerChannelColor,
|
||||
|
|
|
|||
Loading…
Reference in a new issue