Skip to content

Commit

Permalink
fix: update storyshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yue4u committed Jun 3, 2024
1 parent 8797c32 commit 02037a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ exports[`Storybook Tests react/IconButton Default 1`] = `
title="add"
>
<pixiv-icon
aria-hidden="true"
name="16/Add"
/>
</button>
Expand Down Expand Up @@ -211,6 +212,7 @@ exports[`Storybook Tests react/IconButton IsActive 1`] = `
className="c0 c1"
>
<pixiv-icon
aria-hidden="true"
name="16/Add"
/>
</button>
Expand Down Expand Up @@ -322,6 +324,7 @@ exports[`Storybook Tests react/IconButton Overlay 1`] = `
className="c0 c1"
>
<pixiv-icon
aria-hidden="true"
name="16/Add"
/>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -940,10 +940,13 @@ exports[`Storybook Tests react/Modal BackgroundScroll 1`] = `
</div>
</div>
<button
aria-label="Close"
className="c0 c27 c28"
onClick={[Function]}
type="button"
>
<pixiv-icon
aria-hidden="true"
name="24/Close"
/>
</button>
Expand Down Expand Up @@ -1420,10 +1423,13 @@ exports[`Storybook Tests react/Modal BottomSheet 1`] = `
</div>
</div>
<button
aria-label="Close"
className="c0 c13 c14"
onClick={[Function]}
type="button"
>
<pixiv-icon
aria-hidden="true"
name="24/Close"
/>
</button>
Expand Down Expand Up @@ -2365,10 +2371,13 @@ exports[`Storybook Tests react/Modal Default 1`] = `
</div>
</div>
<button
aria-label="Close"
className="c0 c27 c28"
onClick={[Function]}
type="button"
>
<pixiv-icon
aria-hidden="true"
name="24/Close"
/>
</button>
Expand Down Expand Up @@ -3162,10 +3171,13 @@ exports[`Storybook Tests react/Modal FullBottomSheet 1`] = `
</div>
</div>
<button
aria-label="Close"
className="c0 c22 c23"
onClick={[Function]}
type="button"
>
<pixiv-icon
aria-hidden="true"
name="24/Close"
/>
</button>
Expand Down

0 comments on commit 02037a7

Please sign in to comment.