We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1eb3d2 + 2a64d24 commit bb34313Copy full SHA for bb34313
src/design-system/decorators/color-schema/color-schema.decorator.tsx
@@ -10,11 +10,7 @@ import * as styles from './color-schema.css';
10
11
export const colorSchemaDecorator: DecoratorFunction<ReactFramework> = (
12
Story,
13
- {
14
- parameters: {
15
- decorators: { layout = 'horizontal' },
16
- },
17
+ { parameters: { decorators: { layout = 'horizontal' } = {} } },
18
) => (
19
<Flex
20
className={styles.root}
0 commit comments