Reverted mention color to user linkColor (#3472)

This commit is contained in:
Maria A Nunez 2019-10-31 11:27:16 -04:00 committed by Miguel Alatzar
parent b5dbb14375
commit 8f4d5ad260
4 changed files with 17 additions and 17 deletions

View file

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

View file

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

View file

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

View file

@ -81,7 +81,7 @@ export const getMarkdownTextStyles = makeStyleSheetFromTheme((theme) => {
fontFamily: codeFont,
},
mention: {
color: theme.mentionHighlightLink,
color: theme.linkColor,
},
error: {
color: theme.errorTextColor,