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.
1 parent c1eb3d2 commit 2a64d24Copy full SHA for 2a64d24
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