Skip to content

Commit eaffb14

Browse files
committed
display focus border on focusVisible event
1 parent 062ffd6 commit eaffb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/@chakra-ui/components/Accordion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const baseStyle = definePartsStyle({
1010
px: { base: "2", md: "4" },
1111
gap: "2",
1212
_hover: { bg: "background.highlight", color: "primary.hover" },
13-
_focus: {
13+
_focusVisible: {
1414
outline: "4px solid",
1515
outlineColor: "primary.hover",
1616
outlineOffset: -1,

0 commit comments

Comments
 (0)