Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jul 29, 2022
1 parent 7f2af2f commit 907c99a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/atoms/OcDrop/__snapshots__/OcDrop.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`OcDrop tippy renders tippy 1`] = `
data-state="visible"
data-theme="none"
role="tooltip"
style="max-width: 350px; transition-duration: 300ms;"
style="max-width: 400px; transition-duration: 300ms;"
tabindex="-1"
>
<div
Expand Down Expand Up @@ -69,7 +69,7 @@ exports[`OcDrop tippy renders tippy 2`] = `
data-state="hidden"
data-theme="none"
role="tooltip"
style="max-width: 350px; transition-duration: 250ms;"
style="max-width: 400px; transition-duration: 250ms;"
tabindex="-1"
>
<div
Expand Down Expand Up @@ -116,7 +116,7 @@ exports[`OcDrop tippy renders tippy 3`] = `
data-state="visible"
data-theme="none"
role="tooltip"
style="max-width: 350px; transition-duration: 300ms;"
style="max-width: 400px; transition-duration: 300ms;"
tabindex="-1"
>
<div
Expand Down

0 comments on commit 907c99a

Please sign in to comment.