Skip to content

Commit

Permalink
use :focus-visible instead of :focus
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 15, 2024
1 parent a8a7ce3 commit 22a7052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function UIThemeProvider({
<ThemeProvider theme={theme}>
<Global
styles={css`
*:focus {
*:focus-visible {
outline: 2px solid
${theme.palette.primary.hue[theme.palette.primary.level]};
}
Expand Down

0 comments on commit 22a7052

Please sign in to comment.