Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 28b83c2

Browse files
fix: focused shadow placement
1 parent e930764 commit 28b83c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/renderer/components/Code/CodeViewToggler.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,13 @@ const RadioButton = ({
4747
color="neutral.100"
4848
bg="neutral.0"
4949
tabIndex={0}
50+
pos="relative"
51+
_active={{
52+
zIndex: 2,
53+
}}
5054
_checked={{
5155
bg: 'neutral.50',
56+
zIndex: 1,
5257
}}
5358
_focus={{
5459
boxShadow: 'outline',

0 commit comments

Comments
 (0)