diff --git a/app/screens/channel_info/__snapshots__/channel_info_header.test.js.snap b/app/screens/channel_info/__snapshots__/channel_info_header.test.js.snap index 479afcd5c..ba2e68dcb 100644 --- a/app/screens/channel_info/__snapshots__/channel_info_header.test.js.snap +++ b/app/screens/channel_info/__snapshots__/channel_info_header.test.js.snap @@ -213,7 +213,7 @@ exports[`channel_info_header should match snapshot 1`] = ` "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -364,7 +364,7 @@ exports[`channel_info_header should match snapshot 1`] = ` "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -658,7 +658,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests and is "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -809,7 +809,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests and is "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -1075,7 +1075,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests but its "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -1226,7 +1226,7 @@ exports[`channel_info_header should match snapshot when DM and hasGuests but its "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -1520,7 +1520,7 @@ exports[`channel_info_header should match snapshot when GM and hasGuests 1`] = ` "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -1671,7 +1671,7 @@ exports[`channel_info_header should match snapshot when GM and hasGuests 1`] = ` "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -1937,7 +1937,7 @@ exports[`channel_info_header should match snapshot when is group constrained 1`] "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -2088,7 +2088,7 @@ exports[`channel_info_header should match snapshot when is group constrained 1`] "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -2404,7 +2404,7 @@ exports[`channel_info_header should match snapshot when public channel and hasGu "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -2555,7 +2555,7 @@ exports[`channel_info_header should match snapshot when public channel and hasGu "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", diff --git a/app/screens/interactive_dialog/__snapshots__/dialog_introduction_text.test.js.snap b/app/screens/interactive_dialog/__snapshots__/dialog_introduction_text.test.js.snap index fba0ce2bd..66c8f5a60 100644 --- a/app/screens/interactive_dialog/__snapshots__/dialog_introduction_text.test.js.snap +++ b/app/screens/interactive_dialog/__snapshots__/dialog_introduction_text.test.js.snap @@ -109,7 +109,7 @@ exports[`DialogIntroductionText should render the introduction text correctly 1` "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", diff --git a/app/screens/terms_of_service/__snapshots__/terms_of_service.test.js.snap b/app/screens/terms_of_service/__snapshots__/terms_of_service.test.js.snap index 803b8f1ef..b02f70ca2 100644 --- a/app/screens/terms_of_service/__snapshots__/terms_of_service.test.js.snap +++ b/app/screens/terms_of_service/__snapshots__/terms_of_service.test.js.snap @@ -115,7 +115,7 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -250,7 +250,7 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", @@ -450,7 +450,7 @@ exports[`TermsOfService should match snapshot on enableNavigatorLogout 1`] = ` "color": "#2389d7", }, "mention": Object { - "color": "#166de0", + "color": "#2389d7", }, "mention_highlight": Object { "backgroundColor": "#ffe577", diff --git a/app/utils/markdown.js b/app/utils/markdown.js index 50f002aeb..3a0110dc6 100644 --- a/app/utils/markdown.js +++ b/app/utils/markdown.js @@ -81,7 +81,7 @@ export const getMarkdownTextStyles = makeStyleSheetFromTheme((theme) => { fontFamily: codeFont, }, mention: { - color: theme.mentionHighlightLink, + color: theme.linkColor, }, error: { color: theme.errorTextColor,