Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Apr 13, 2023
1 parent 0144e8a commit f7ca3dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UnderlineNav2/__snapshots__/UnderlineNav.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`UnderlineNav renders consistently 1`] = `
}
.c4:focus {
outline: 0;
outline: 2px solid transparent;
}
.c4:focus {
Expand All @@ -68,6 +68,7 @@ exports[`UnderlineNav renders consistently 1`] = `
}
.c4:focus-visible {
outline: 2px solid transparent;
box-shadow: inset 0 0 0 2px #0969da;
}
Expand Down

0 comments on commit f7ca3dd

Please sign in to comment.