Commit d6d7e2a2 authored by tom's avatar tom

disable focus state for popovers

parent 92cfea5f
...@@ -28,7 +28,7 @@ const baseStyleContent: SystemStyleFunction = (props) => { ...@@ -28,7 +28,7 @@ const baseStyleContent: SystemStyleFunction = (props) => {
zIndex: 'inherit', zIndex: 'inherit',
_focusVisible: { _focusVisible: {
outline: 0, outline: 0,
boxShadow: 'outline', boxShadow: '2xl',
}, },
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment