We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96204d2 commit 5063aa3Copy full SHA for 5063aa3
1 file changed
src/features/map/components/MapControls.tsx
@@ -77,7 +77,7 @@ const controlButtonStyles = css`
77
outline: none;
78
box-shadow:
79
inset 0 0 0 2px ${theme.colors.focus.outline},
80
- var(--map-control-shadow, none);
+ var(--map-control-shadow, 0 0 0 0 transparent);
81
}
82
83
&:disabled {
0 commit comments