Skip to content

Commit

Permalink
Use theme colors for the timeline background (#46213)
Browse files Browse the repository at this point in the history
This allows the timeline to adapt to the Kibana dark mode setting
  • Loading branch information
Alejandro Fernández authored Sep 30, 2019
1 parent 447319a commit 3a7d9fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const DensityChart: React.SFC<DensityChartProps> = ({
};

const DensityChartNegativeBackground = euiStyled.rect`
fill: white;
fill: ${props => props.theme.eui.euiColorEmptyShade};
`;

const DensityChartPositiveBackground = euiStyled.rect`
Expand Down

0 comments on commit 3a7d9fa

Please sign in to comment.