problems: fix background highlight for alert list

This commit is contained in:
Alexander Zobnin
2019-01-15 18:00:35 +03:00
parent 195373953c
commit 79e4ec884a
4 changed files with 6 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ export default class AlertCard extends PureComponent<AlertCardProps, AlertCardSt
const cardStyle: CSSProperties = {};
if (panelOptions.highlightBackground) {
cardStyle.background = severityDesc.color;
cardStyle.backgroundColor = severityDesc.color;
}
return (