Merge pull request #1770 from Alexgoodman7/Unread-badge-background-white

Unread badge background is always white
This commit is contained in:
Elias Nahum 2018-06-19 19:13:45 -04:00 committed by GitHub
commit 53ea71f03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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,

View file

@ -244,7 +244,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
lineHeight: 18,
},
above: {
backgroundColor: theme.mentionBj,
backgroundColor: theme.mentionBg,
top: 9,
},
};

View file

@ -116,7 +116,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
fontSize: 14,
},
badge: {
backgroundColor: theme.mentionBj,
backgroundColor: theme.mentionBg,
borderColor: theme.sidebarHeaderBg,
borderRadius: 10,
borderWidth: 1,

View file

@ -143,7 +143,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
fontSize: 20,
},
badge: {
backgroundColor: theme.mentionBj,
backgroundColor: theme.mentionBg,
borderColor: theme.sidebarHeaderBg,
borderRadius: 10,
borderWidth: 1,

View file

@ -155,7 +155,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
paddingHorizontal: 10,
},
badge: {
backgroundColor: theme.mentionBj,
backgroundColor: theme.mentionBg,
borderColor: theme.sidebarHeaderBg,
borderRadius: 10,
borderWidth: 1,