Skip to content
/ kibana Public
forked from elastic/kibana

Commit

Permalink
[APM] Alert preview threshold color doesn't match design.(elastic#86958
Browse files Browse the repository at this point in the history
…) (elastic#87319)

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
cauemarcondes and kibanamachine authored Jan 5, 2021
1 parent f3dc9b5 commit e83e464
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e83e464

Please sign in to comment.