From 0f8f963ba3eccd7fd94785bf7fb216b6287cec57 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 22 May 2022 19:26:45 +0200 Subject: chore: adjust dark mode styles --- src/components/atoms/icons/plus-minus.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/atoms/icons') diff --git a/src/components/atoms/icons/plus-minus.stories.tsx b/src/components/atoms/icons/plus-minus.stories.tsx index f7e55f8..eebf1e5 100644 --- a/src/components/atoms/icons/plus-minus.stories.tsx +++ b/src/components/atoms/icons/plus-minus.stories.tsx @@ -24,9 +24,9 @@ export default { state: { control: { type: 'radio', - options: ['plus', 'minus'], }, description: 'Which state should be displayed.', + options: ['plus', 'minus'], type: { name: 'enum', required: true, -- cgit v1.2.3