Skip to content

Commit 25f304d

Browse files
authored
Fix Meter docs story so it renders with the proper width (#7140)
1 parent 240c29b commit 25f304d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/stories/Meter.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {StaticColorDecorator} from './utils';
1717
const meta: Meta<typeof Meter> = {
1818
component: Meter,
1919
parameters: {
20-
chromaticProvider: {disableAnimations: true}
20+
layout: 'centered'
2121
},
2222
decorators: [StaticColorDecorator],
2323
tags: ['autodocs'],

0 commit comments

Comments
 (0)