Skip to content

Commit

Permalink
Update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 23, 2024
1 parent 7feb2f3 commit 9d11466
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ exports[`DimensionControl rendering renders with custom sizes 1`] = `
box-sizing: border-box;
border: none;
box-shadow: none!important;
color: currentColor;
cursor: inherit;
display: block;
font-family: inherit;
Expand Down Expand Up @@ -405,6 +406,7 @@ exports[`DimensionControl rendering renders with defaults 1`] = `
box-sizing: border-box;
border: none;
box-shadow: none!important;
color: currentColor;
cursor: inherit;
display: block;
font-family: inherit;
Expand Down Expand Up @@ -700,6 +702,7 @@ exports[`DimensionControl rendering renders with icon and custom icon label 1`]
box-sizing: border-box;
border: none;
box-shadow: none!important;
color: currentColor;
cursor: inherit;
display: block;
font-family: inherit;
Expand Down Expand Up @@ -1007,6 +1010,7 @@ exports[`DimensionControl rendering renders with icon and default icon label 1`]
box-sizing: border-box;
border: none;
box-shadow: none!important;
color: currentColor;
cursor: inherit;
display: block;
font-family: inherit;
Expand Down

0 comments on commit 9d11466

Please sign in to comment.