Skip to content

Commit

Permalink
fix(IconButton): use focus-visible instead
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-wilson committed May 1, 2024
1 parent 841e1eb commit 3e8aa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IconButton/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}

&:focus {
&:focus-visible {
outline: revert;
}
}
Expand Down

0 comments on commit 3e8aa40

Please sign in to comment.