diff --git a/src/view/screens/Storybook/Buttons.tsx b/src/view/screens/Storybook/Buttons.tsx index 918b19d47e..eaf8bba7e3 100644 --- a/src/view/screens/Storybook/Buttons.tsx +++ b/src/view/screens/Storybook/Buttons.tsx @@ -1,4 +1,3 @@ -import React from 'react' import {View} from 'react-native' import {atoms as a} from '#/alf' @@ -7,7 +6,6 @@ import { type ButtonColor, ButtonIcon, ButtonText, - type ButtonVariant, } from '#/components/Button' import {ChevronLeft_Stroke2_Corner0_Rounded as ChevronLeft} from '#/components/icons/Chevron' import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe' @@ -27,232 +25,136 @@ export function Buttons() { 'negative_secondary', ].map(color => ( - {['solid', 'outline', 'ghost'].map(variant => ( - - - - - ))} + + ))} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 1f11748f41..0c179ba57d 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -87,8 +87,6 @@ function StorybookInner() { - -