From e31248830eb63c8bff3d9add3baa4ca8916b74e1 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Tue, 15 Jan 2019 11:59:39 +0100 Subject: Button, add missing success state --- uidev/src/stories/button.stories.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uidev/src') diff --git a/uidev/src/stories/button.stories.tsx b/uidev/src/stories/button.stories.tsx index 21778e081..b5906211a 100644 --- a/uidev/src/stories/button.stories.tsx +++ b/uidev/src/stories/button.stories.tsx @@ -42,6 +42,11 @@ storiesOf('Button') buttonType: 'secondary', })} /> )) + .add('Success', () => ( + + )) .add('Warning', () => (