Skip to content

Commit

Permalink
Use theme colors for the timeline background (elastic#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 committed Oct 4, 2019
1 parent 323165b commit 63a5c12
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 63a5c12

Please sign in to comment.