change marker variant for suspect word badge (#2814)

This commit is contained in:
Tessa Thornton
2020-01-30 18:23:42 -05:00
committed by GitHub
parent 2b1c9aea78
commit 190010c898
2 changed files with 1 additions and 4 deletions
@@ -56,9 +56,7 @@ const markers: Array<
(c.revision &&
c.revision.actionCounts.flag.reasons.COMMENT_DETECTED_SUSPECT_WORD && (
<Localized id="moderate-marker-suspectWord" key={keyCounter++}>
<Marker color="reported" variant="filled">
Suspect Word
</Marker>
<Marker color="reported">Suspect Word</Marker>
</Localized>
)) ||
null,
@@ -82,7 +82,6 @@ exports[`renders all markers 1`] = `
>
<withPropsOnChange(Marker)
color="reported"
variant="filled"
>
Suspect Word
</withPropsOnChange(Marker)>