(cherry picked from commit 4880689bdc)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
483f7187fc
commit
0d94f74237
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ exports[`AtMention should match snapshot, with highlight 1`] = `
|
|||
},
|
||||
Object {
|
||||
"backgroundColor": "#ffe577",
|
||||
"color": "#145dbf",
|
||||
"color": "#166de0",
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ export default class AtMention extends React.PureComponent {
|
|||
}
|
||||
|
||||
if (highlighted) {
|
||||
mentionTextStyle.push({backgroundColor, color: theme.mentionColor});
|
||||
mentionTextStyle.push({backgroundColor, color: theme.mentionHighlightLink});
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue