diff options
Diffstat (limited to 'src/view/screens/Storybook/index.tsx')
-rw-r--r-- | src/view/screens/Storybook/index.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 40ef79cca..1151d5a3c 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -52,7 +52,6 @@ function StorybookInner() { <> <View style={[a.flex_row, a.align_start, a.gap_md]}> <Button - variant="outline" color="primary" size="small" label='Set theme to "system"' @@ -60,7 +59,6 @@ function StorybookInner() { <ButtonText>System</ButtonText> </Button> <Button - variant="solid" color="secondary" size="small" label='Set theme to "light"' @@ -68,7 +66,6 @@ function StorybookInner() { <ButtonText>Light</ButtonText> </Button> <Button - variant="solid" color="secondary" size="small" label='Set theme to "dim"' @@ -79,7 +76,6 @@ function StorybookInner() { <ButtonText>Dim</ButtonText> </Button> <Button - variant="solid" color="secondary" size="small" label='Set theme to "dark"' @@ -94,7 +90,6 @@ function StorybookInner() { <Toasts /> <Button - variant="solid" color="primary" size="small" onPress={() => navigation.navigate('SharedPreferencesTester')} @@ -128,7 +123,6 @@ function StorybookInner() { <Settings /> <Button - variant="solid" color="primary" size="large" label="Switch to Contained List" @@ -139,7 +133,6 @@ function StorybookInner() { ) : ( <> <Button - variant="solid" color="primary" size="large" label="Switch to Storybook" |