Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed May 10, 2024
1 parent c6e8268 commit 2fd946b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ exports[`ToggleGroupControl controlled should render correctly with icons 1`] =
<div
class="emotion-15"
role="presentation"
style="opacity: 1;"
/>
</div>
</div>
Expand Down Expand Up @@ -824,7 +823,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with icons 1`]
<div
class="emotion-15"
role="presentation"
style="opacity: 1;"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`DotTip should render correctly 1`] = `
data-wp-c16t="true"
data-wp-component="Popover"
role="dialog"
style="position: absolute; top: 0px; left: 0px; opacity: 1; transform: none; transform-origin: 0% 50% 0;"
style="position: absolute; top: 0px; left: 0px; opacity: 1; transform: translateX(0px) translateY(0px) translateX(0em) scale(1) translateZ(0); transform-origin: 0% 50% 0;"
tabindex="-1"
>
<div
Expand Down

0 comments on commit 2fd946b

Please sign in to comment.