Skip to content

Commit

Permalink
fix(Card): focus outline (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 committed Aug 9, 2023
1 parent 646ea9d commit 3192c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Card/Card.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const { staticClasses, useClasses } = createClasses("HvCard", {
position: "relative",
outline: theme.card.outline,
borderRadius: theme.card.borderRadius,
"&.focus-visible": {
"&:focus-visible": {
...outlineStyles,
},
"&:focus": {
Expand Down

0 comments on commit 3192c8d

Please sign in to comment.