Skip to content

Commit

Permalink
Revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBoll committed Feb 20, 2025
1 parent 4115603 commit 9d89223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/react/button/lib/BaseButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const buttonStencil = createStencil({
opacity: cssVar(buttonColorPropVars.default.opacity, cssVar(opacity, system.opacity.full)),
},
// Focus Styles
'&:focus, &.focus': {
'&:focus-visible, &.focus': {
backgroundColor: cssVar(
buttonColorPropVars.focus.background,
cssVar(background, 'transparent')
Expand Down

0 comments on commit 9d89223

Please sign in to comment.