Skip to content

Commit

Permalink
updates constants to get snapshots passing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrotti committed Apr 6, 2022
1 parent 851a40c commit 0fbb396
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/__tests__/__snapshots__/ToggleSwitch.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ exports[`renders consistently 1`] = `
width: 64px;
outline-offset: 2px;
position: relative;
background-color: #eaeef2;
border-color: #afb8c1;
}
.c4:after {
Expand Down Expand Up @@ -160,6 +162,7 @@ exports[`renders consistently 1`] = `
background-color: #f6f8fa;
border-width: 1px;
border-style: solid;
border-color: #afb8c1;
border-radius: calc(6px - 1px);
box-shadow: 0 3px 6px rgba(140,149,159,0.15),inset 0 1px 0 rgba(255,255,255,0.25);
width: 50%;
Expand Down

0 comments on commit 0fbb396

Please sign in to comment.