Skip to content

Commit

Permalink
fix: change AppHeaderButton style fixing #7208 (#7209)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
  • Loading branch information
camdenvaughan and martinjagodic authored Jun 26, 2024
1 parent 7feca52 commit 7483f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/decap-cms-core/src/components/App/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const AppHeaderButton = styled.button`
&:hover,
&:active,
&:focus {
&:focus-visible {
${styles.buttonActive};
${Icon} {
Expand Down

0 comments on commit 7483f19

Please sign in to comment.