mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix wrong Critical Hosts and Critical Users count color (#141953)
This commit is contained in:
parent
db931bf60e
commit
bde62fd5d8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import { useMlCapabilities } from '../../../../common/components/ml/hooks/use_ml
|
|||
import { useQueryInspector } from '../../../../common/components/page/manage_query';
|
||||
|
||||
const StyledEuiTitle = styled(EuiTitle)`
|
||||
color: ${({ theme: { eui } }) => eui.euiColorVis9};
|
||||
color: ${({ theme: { eui } }) => eui.euiColorDanger};
|
||||
`;
|
||||
|
||||
const HOST_RISK_QUERY_ID = 'hostRiskScoreKpiQuery';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue