Update storyshots

This commit is contained in:
Florian Scholdei
2019-10-29 17:21:40 +01:00
parent b74865f4df
commit 3c239aea4e
2 changed files with 4 additions and 3 deletions

View File

@@ -19,3 +19,4 @@ storiesOf("Forms|Checkbox", module)
<Checkbox label="Checked but disabled" checked={true} disabled={true} />
</Spacing>
));