Commit 8b00e65a by Patrick O'Carroll

styling fix

parent 457a02b9
......@@ -122,7 +122,7 @@ export class AlertRuleItem extends React.Component<AlertRuleItemProps, any> {
};
renderText(text: string, searchArray) {
return <Highlighter highlightClassName="highlight" textToHighlight={text} searchWords={searchArray} />;
return <Highlighter highlightClassName="textHighlight" textToHighlight={text} searchWords={searchArray} />;
}
render() {
......
......@@ -171,8 +171,8 @@
display: flex;
}
.highlight {
background: orange;
.textHighlight {
background: $orange;
color: $white;
padding: 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment