Skip to content

Commit

Permalink
chore(fix-card-hover-action): [Snapshot] update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
233mawile authored and 233mawile-rc committed May 19, 2022
1 parent e4e80bc commit ad6cf29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ exports[`Storyshots 🚀 Cleanup Components/Cards/CardHoverActions CardHoverActi
padding: 16px;
-webkit-transition: opacity 300ms cubic-bezier(0.25,0.8,0.25,1) 0ms;
transition: opacity 300ms cubic-bezier(0.25,0.8,0.25,1) 0ms;
z-index: 1;
}
.c6 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ exports[`Storyshots 🚀 Cleanup Components/Cards/CardExample Icon Card Example
padding: 16px;
-webkit-transition: opacity 300ms cubic-bezier(0.25,0.8,0.25,1) 0ms;
transition: opacity 300ms cubic-bezier(0.25,0.8,0.25,1) 0ms;
z-index: 1;
}
.c12 {
Expand Down Expand Up @@ -1176,6 +1177,7 @@ exports[`Storyshots 🚀 Cleanup Components/Cards/CardExample Media Card Example
padding: 16px;
-webkit-transition: opacity 300ms cubic-bezier(0.25,0.8,0.25,1) 0ms;
transition: opacity 300ms cubic-bezier(0.25,0.8,0.25,1) 0ms;
z-index: 1;
}
.c10 {
Expand Down
2 changes: 1 addition & 1 deletion sync-github.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latestCommitSHA": "62e2d4031bae532e228893a3b04f12deec8e4409"
"latestCommitSHA": "21008436506e2d60f07f702cf814f0b0ff248710"
}

0 comments on commit ad6cf29

Please sign in to comment.