Skip to content

Commit

Permalink
[APM] Changing the palette and opacity (#99908) (#99974)
Browse files Browse the repository at this point in the history
Co-authored-by: Casper Hübertz <[email protected]>
  • Loading branch information
kibanamachine and formgeist authored May 12, 2021
1 parent 8f0b348 commit 7ef5370
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export function getComparisonChartTheme(theme: EuiTheme) {
return {
areaSeriesStyle: {
area: {
fill: theme.eui.euiColorLightestShade,
fill: theme.eui.euiColorLightShade,
visible: true,
opacity: 1,
opacity: 0.5,
},
line: {
stroke: theme.eui.euiColorMediumShade,
Expand Down

0 comments on commit 7ef5370

Please sign in to comment.