mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:21:07 +08:00
make sure the outlines are visible in chromatic
This commit is contained in:
parent
cdc5d592b9
commit
1f6fe5055e
@ -12,6 +12,7 @@ export default {
|
|||||||
parameters: {
|
parameters: {
|
||||||
options: { selectedPanel: 'storybook/a11y/panel' },
|
options: { selectedPanel: 'storybook/a11y/panel' },
|
||||||
},
|
},
|
||||||
|
decorators: [(storyFn) => <div style={{ padding: 10 }}>{storyFn()}</div>],
|
||||||
};
|
};
|
||||||
|
|
||||||
const PassesHighlight = styled.div(highlightObject(convert(themes.normal).color.positive));
|
const PassesHighlight = styled.div(highlightObject(convert(themes.normal).color.positive));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user