chore: Changes the dashboard highlight color when selecting a filter (#15192)

This commit is contained in:
Michael S. Molina
2021-06-16 10:45:31 -03:00
committed by GitHub
parent fc8ad4f984
commit dafaaaeb28

View File

@@ -100,9 +100,7 @@ const FilterFocusHighlight = React.forwardRef(
const focusedChartStyles = {
borderColor: theme.colors.primary.light2,
opacity: 1,
boxShadow: `0px 0px ${theme.gridUnit * 2}px ${
theme.colors.primary.light2
}`,
boxShadow: `0px 0px ${theme.gridUnit * 2}px ${theme.colors.primary.base}`,
pointerEvents: 'auto',
};