Skip to content

Commit

Permalink
📸 feat: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Aug 21, 2023
1 parent 971f090 commit 6ee7422
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/ActionIcon/__snapshots__/ActionIcon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ exports[`ActionIcon > 可正常渲染 1`] = `
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-transition: color 600ms cubic-bezier(0.215, 0.61, 0.355, 1),scale 400ms cubic-bezier(0.215, 0.61, 0.355, 1),background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 600ms cubic-bezier(0.215, 0.61, 0.355, 1),scale 400ms cubic-bezier(0.215, 0.61, 0.355, 1),background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.emotion-0:hover {
color: rgba(0, 0, 0, 0.88)!important;
}
.emotion-0:active {
scale: 0.8;
color: rgba(0, 0, 0, 0.88);
}
<div>
<button
class="studio-btn studio-btn-text studio-btn-sm studio-btn-icon-only studio-actionicon emotion-0"
Expand Down Expand Up @@ -66,12 +73,19 @@ exports[`ActionIcon > 带有标题 1`] = `
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-transition: color 600ms cubic-bezier(0.215, 0.61, 0.355, 1),scale 400ms cubic-bezier(0.215, 0.61, 0.355, 1),background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
transition: color 600ms cubic-bezier(0.215, 0.61, 0.355, 1),scale 400ms cubic-bezier(0.215, 0.61, 0.355, 1),background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.emotion-0:hover {
color: rgba(0, 0, 0, 0.88)!important;
}
.emotion-0:active {
scale: 0.8;
color: rgba(0, 0, 0, 0.88);
}
<div>
<button
class="studio-btn studio-btn-text studio-btn-sm studio-btn-icon-only studio-actionicon emotion-0"
Expand Down
Loading

0 comments on commit 6ee7422

Please sign in to comment.