make sure the outlines are visible in chromatic

This commit is contained in:
Norbert de Langen 2020-04-23 17:19:10 +02:00
parent cdc5d592b9
commit 1f6fe5055e
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -12,6 +12,7 @@ export default {
parameters: {
options: { selectedPanel: 'storybook/a11y/panel' },
},
decorators: [(storyFn) => <div style={{ padding: 10 }}>{storyFn()}</div>],
};
const PassesHighlight = styled.div(highlightObject(convert(themes.normal).color.positive));