Skip to content

Commit

Permalink
[APM] Changing the palette and opacity (#99908) (#100287)
Browse files Browse the repository at this point in the history
Co-authored-by: Casper Hübertz <[email protected]>
  • Loading branch information
cauemarcondes and formgeist authored May 19, 2021
1 parent 87fe5fa commit 005e433
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 005e433

Please sign in to comment.