Skip to content

Commit

Permalink
[APM] Changing the palette and opacity (#99908)
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist authored May 12, 2021
1 parent e99cfb5 commit 98fa1b5
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 98fa1b5

Please sign in to comment.