Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-odonovan committed Jan 28, 2025
1 parent 57f37d7 commit 77a10b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Atoms/Checkbox/Checkbox.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ it("renders correctly", () => {
.c1:checked + span {
background: url(mock.asset) no-repeat center;
background-size: contain;
background-color: #FFFFFF;
border: 1px solid #969598;
background-color: #E52630;
border: 1px solid #E52630;
}
.c1:focus + span {
Expand Down Expand Up @@ -125,8 +125,8 @@ it("renders correctly", () => {
.c1:checked + span {
background: url(mock.asset) no-repeat center;
background-size: contain;
background-color: #FFFFFF;
border: 1px solid #969598;
background-color: #E52630;
border: 1px solid #E52630;
}
.c1:focus + span {
Expand Down

0 comments on commit 77a10b6

Please sign in to comment.