diff --git a/website/storybook/1-components/Switch/SwitchScreen.js b/website/storybook/1-components/Switch/SwitchScreen.js index 05c9e124..d0bd4787 100644 --- a/website/storybook/1-components/Switch/SwitchScreen.js +++ b/website/storybook/1-components/Switch/SwitchScreen.js @@ -41,6 +41,7 @@ const SwitchScreen = () => ( example={{ render: () => }} + label="web" name="activeThumbColor" typeInfo="?color = #009688" /> @@ -50,6 +51,7 @@ const SwitchScreen = () => ( example={{ render: () => }} + label="web" name="activeTrackColor" typeInfo="?color = #A3D3CF" /> @@ -77,6 +79,7 @@ const SwitchScreen = () => ( example={{ render: () => }} + label="web" name="thumbColor" typeInfo="?color = #FAFAFA" /> @@ -86,6 +89,7 @@ const SwitchScreen = () => ( example={{ render: () => }} + label="web" name="trackColor" typeInfo="?color = #939393" />