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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

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',
};