Skip to content

Commit

Permalink
📸 Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 22, 2022
1 parent 940f0d5 commit fa06300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ exports[`Popover Matches snapshot 1`] = `
data-testid="popover"
elevation="0 1px 10px rgba(0, 0, 0, 0.2),0 4px 5px rgba(0, 0, 0, 0.12),0 2px 4px rgba(0, 0, 0, 0.14)"
open=""
style="position: absolute; top: 14px; left: 8px;"
style="position: absolute; top: 0px; left: 0px;"
tabindex="-1"
>
<div
class="c3 arrow"
style="top: -6px; transform: rotate(90deg); left: 0px;"
style="top: -6px; transform: rotate(90deg);"
>
<svg
class="c4 arrowSvg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ exports[`Tooltip Matches snapshot 1`] = `
<div
class="c0"
id="floating-ui-0"
id=":r0:"
role="tooltip"
style="position: absolute; top: 14px; left: 8px;"
style="position: absolute; top: 0px; left: 0px;"
tabindex="-1"
>
Tooltip
<div
class="c1"
style="left: 0px; top: -6px; transform: rotate(90deg);"
>
<svg
class="c2 arrowSvg"
Expand Down

0 comments on commit fa06300

Please sign in to comment.