From 95986bd73460e28382ea993403812a056b156bce Mon Sep 17 00:00:00 2001 From: Vidhi Kataria Date: Fri, 1 Mar 2024 18:58:00 +0530 Subject: [PATCH] feat: ui fixes --- .../src/components/Button/index.nw.stories.mdx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/example/storybook-nativewind/src/components/Button/index.nw.stories.mdx b/example/storybook-nativewind/src/components/Button/index.nw.stories.mdx index a5ec2d28cf..8b3d525a13 100644 --- a/example/storybook-nativewind/src/components/Button/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/components/Button/index.nw.stories.mdx @@ -17,7 +17,7 @@ import { Meta } from '@storybook/addon-docs'; import { Button, ButtonText, - ButtonSpinner, + ButtonSpinner, ButtonIcon, Icon, ArrowUpIcon, @@ -517,13 +517,7 @@ A button with a link combines the interactive behavior of a button component wit Back to top + className='h-3 w-3 text-background-900 ml-1' /> `, transformCode: (code) => { @@ -539,8 +533,7 @@ A button with a link combines the interactive behavior of a button component wit /> - + #### Button With Icon