Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Dec 20, 2024
1 parent 2e24a46 commit bf25916
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/circuit-ui/components/Modal/Modal.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ export default {
title: 'Components/Modal',
component: Modal,
tags: ['status:stable'],
chromatic: {
modes: {
mobile: modes.smallMobile,
desktop: modes.desktop,
},
pauseAnimationAtEnd: true,
},
parameters: {
layout: 'padded',
chromatic: {
modes: {
mobile: modes.smallMobile,
desktop: modes.desktop,
},
},
},
decorators: [
(Story) => (
Expand Down

0 comments on commit bf25916

Please sign in to comment.