diff --git a/x-pack/legacy/plugins/infra/public/components/logging/log_minimap/density_chart.tsx b/x-pack/legacy/plugins/infra/public/components/logging/log_minimap/density_chart.tsx index 8b71fd405e073..d928ac678918b 100644 --- a/x-pack/legacy/plugins/infra/public/components/logging/log_minimap/density_chart.tsx +++ b/x-pack/legacy/plugins/infra/public/components/logging/log_minimap/density_chart.tsx @@ -65,7 +65,7 @@ export const DensityChart: React.SFC = ({ }; const DensityChartNegativeBackground = euiStyled.rect` - fill: white; + fill: ${props => props.theme.eui.euiColorEmptyShade}; `; const DensityChartPositiveBackground = euiStyled.rect`