Skip to content

Commit

Permalink
Fix test failing because snapshot wasn't updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SantaClaas committed May 27, 2024
1 parent 054cfa8 commit dd63721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme test.snapshot.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extend": {
"borderRadius": {
"extraSmall": "0.25rem",
"extra-small": "0.25rem",
"small": "0.5rem",
"medium": "0.75rem",
"large": "1rem",
"extraLarge": "1.75rem"
"extra-large": "1.75rem"
},
"boxShadow": {
"elevation-light-level-1": "0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3)",
Expand Down

0 comments on commit dd63721

Please sign in to comment.