From f6d1caab9d352a76a1d7cf1563a72837a89ea153 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 26 Dec 2017 09:19:04 +0000 Subject: [PATCH] Document web-only Switch props --- website/storybook/1-components/Switch/SwitchScreen.js | 4 ++++ 1 file changed, 4 insertions(+) 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" />