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:
Daniel Espino García
2023-05-25 10:51:07 +02:00
committed by GitHub
parent 5d20b26b73
commit 9b2c68985a
4 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -57,7 +57,7 @@ const getStyles = makeStyleSheetFromTheme((theme: Theme) => ({
flex: 1,
},
header: {
color: theme.mentionColor,
color: theme.centerChannelColor,
marginBottom: 12,
...typography('Heading', 1000, 'SemiBold'),
},

View File

@@ -61,7 +61,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
marginTop: 20,
},
header: {
color: theme.mentionColor,
color: theme.centerChannelColor,
marginBottom: 12,
...typography('Heading', 1000, 'SemiBold'),
},

View File

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