Skip to content

Commit

Permalink
test: update reference snapshot with correct top offset for MenuItem …
Browse files Browse the repository at this point in the history
…icon
  • Loading branch information
ze-flo committed Oct 24, 2024
1 parent d89f05d commit ae9e4f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ exports[`MenuStory Component renders MenuStory with all custom props 1`] = `
position: absolute;
-webkit-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
top: 10px;
top: 6px;
left: 12px;
width: 16px;
height: 16px;
Expand Down Expand Up @@ -4113,7 +4113,7 @@ exports[`MenuStory Component renders MenuStory with compact styling, an arrow, a
position: absolute;
-webkit-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
top: 10px;
top: 6px;
left: 12px;
width: 16px;
height: 16px;
Expand Down

0 comments on commit ae9e4f2

Please sign in to comment.