Skip to content

Commit b342511

Browse files
committed
fix test after latest
1 parent a65ded4 commit b342511

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/__tests__/__snapshots__/Button.test.tsx.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@ exports[`Button styles icon only button to make it a square 1`] = `
294294
border-color: btn.activeBorder;
295295
}
296296
297+
@media (forced-colors:active) {
298+
.c0:focus {
299+
outline: solid 1px transparent;
300+
}
301+
}
302+
297303
<button
298304
aria-label="Search button"
299305
class="c0"

0 commit comments

Comments
 (0)