Merge pull request #1770 from Alexgoodman7/Unread-badge-background-white
Unread badge background is always white
This commit is contained in:
commit
53ea71f03f
5 changed files with 5 additions and 5 deletions
|
|
@ -229,7 +229,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
color: theme.sidebarUnreadText,
|
||||
},
|
||||
badge: {
|
||||
backgroundColor: theme.mentionBj,
|
||||
backgroundColor: theme.mentionBg,
|
||||
borderColor: theme.sidebarHeaderBg,
|
||||
borderRadius: 10,
|
||||
borderWidth: 1,
|
||||
|
|
|
|||
|
|
@ -244,7 +244,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
lineHeight: 18,
|
||||
},
|
||||
above: {
|
||||
backgroundColor: theme.mentionBj,
|
||||
backgroundColor: theme.mentionBg,
|
||||
top: 9,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
fontSize: 14,
|
||||
},
|
||||
badge: {
|
||||
backgroundColor: theme.mentionBj,
|
||||
backgroundColor: theme.mentionBg,
|
||||
borderColor: theme.sidebarHeaderBg,
|
||||
borderRadius: 10,
|
||||
borderWidth: 1,
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
fontSize: 20,
|
||||
},
|
||||
badge: {
|
||||
backgroundColor: theme.mentionBj,
|
||||
backgroundColor: theme.mentionBg,
|
||||
borderColor: theme.sidebarHeaderBg,
|
||||
borderRadius: 10,
|
||||
borderWidth: 1,
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
|
|||
paddingHorizontal: 10,
|
||||
},
|
||||
badge: {
|
||||
backgroundColor: theme.mentionBj,
|
||||
backgroundColor: theme.mentionBg,
|
||||
borderColor: theme.sidebarHeaderBg,
|
||||
borderRadius: 10,
|
||||
borderWidth: 1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue