Skip to content

Commit

Permalink
Update Button.stories.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKolnik committed Aug 9, 2023
1 parent e6e2f8d commit 01f67b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Button.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const All = () => (
<div className="pseudo-focus-all pseudo-active-all">
<Button>Focus Active</Button>
</div>
<div className="pseudo-hover-all pseudo-focus-all pseudo-ancestor-active">
<div className="pseudo-hover-all pseudo-focus-all pseudo-active-all">
<Button>Hover Focus Active</Button>
</div>
</div>
Expand Down

0 comments on commit 01f67b4

Please sign in to comment.