diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-22 19:26:45 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-22 19:26:45 +0200 |
| commit | 0f8f963ba3eccd7fd94785bf7fb216b6287cec57 (patch) | |
| tree | d937c9cfeecdebe00a418a8b39daa0a116daa40d /src/components/atoms/icons/plus-minus.stories.tsx | |
| parent | abdcc01386fff0c1caa5d290cffcb0c5be906900 (diff) | |
chore: adjust dark mode styles
Diffstat (limited to 'src/components/atoms/icons/plus-minus.stories.tsx')
| -rw-r--r-- | src/components/atoms/icons/plus-minus.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
