Fix all references to mention color on "login" screens (#7364)
* Fix all references to mention color on "login" screens * Add missing change
This commit is contained in:
parent
5d20b26b73
commit
9b2c68985a
4 changed files with 5 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
marginTop: 20,
|
||||
},
|
||||
header: {
|
||||
color: theme.mentionColor,
|
||||
color: theme.centerChannelColor,
|
||||
marginBottom: 12,
|
||||
...typography('Heading', 1000, 'SemiBold'),
|
||||
},
|
||||
|
|
@ -84,7 +84,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
textAlign: 'center',
|
||||
},
|
||||
successTitle: {
|
||||
color: theme.mentionColor,
|
||||
color: theme.centerChannelColor,
|
||||
marginBottom: 12,
|
||||
...typography('Heading', 1000),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ const getStyles = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
flex: 1,
|
||||
},
|
||||
header: {
|
||||
color: theme.mentionColor,
|
||||
color: theme.centerChannelColor,
|
||||
marginBottom: 12,
|
||||
...typography('Heading', 1000, 'SemiBold'),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
marginTop: 20,
|
||||
},
|
||||
header: {
|
||||
color: theme.mentionColor,
|
||||
color: theme.centerChannelColor,
|
||||
marginBottom: 12,
|
||||
...typography('Heading', 1000, 'SemiBold'),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
|||
...typography('Body', 100, 'Regular'),
|
||||
},
|
||||
infoTitle: {
|
||||
color: theme.mentionColor,
|
||||
color: theme.centerChannelColor,
|
||||
marginBottom: 4,
|
||||
...typography('Heading', 700),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue