Use sidebarUnreadText for unread channel item (#6342)

This commit is contained in:
Elias Nahum
2022-06-03 08:17:20 -04:00
committed by GitHub
parent 413dc41bf0
commit df1da4da19

View File

@@ -60,7 +60,7 @@ export const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
paddingRight: 20,
},
highlight: {
color: theme.sidebarText,
color: theme.sidebarUnreadText,
},
textInfo: {
color: theme.centerChannelColor,