Skip to content

Commit a0c263f

Browse files
authored
chore: Disabled animations in Button screenshot area (#3595)
1 parent 7bfd187 commit a0c263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/button/style-custom-types.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ScreenshotArea from '../utils/screenshot-area';
1111

1212
export default function CustomButtonTypes() {
1313
return (
14-
<ScreenshotArea>
14+
<ScreenshotArea disableAnimations={true}>
1515
<h1>Custom Button Types</h1>
1616

1717
<SpaceBetween direction="horizontal" size="m">

0 commit comments

Comments
 (0)