[APM] Alert preview threshold color doesn't match design.(#86958) (#87318)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Cauê Marcondes 2021-01-05 22:23:29 +01:00 committed by GitHub
parent 1e807e7701
commit c6ad33afa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,10 +46,10 @@ export function ChartPreview({
const yMax = Math.max(...values, threshold * 1.2);
const style = {
fill: theme.eui.euiColorVis9,
fill: theme.eui.euiColorVis2,
line: {
strokeWidth: 2,
stroke: theme.eui.euiColorVis9,
stroke: theme.eui.euiColorVis2,
opacity: 1,
},
opacity: thresholdOpacity,