Skip to content

Commit

Permalink
feat: ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhi499 committed Mar 1, 2024
1 parent 6b709b5 commit 95986bd
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Meta } from '@storybook/addon-docs';
import {
Button,
ButtonText,
ButtonSpinner,
ButtonSpinner,
ButtonIcon,
Icon,
ArrowUpIcon,
Expand Down Expand Up @@ -517,13 +517,7 @@ A button with a link combines the interactive behavior of a button component wit
Back to top
</ButtonText>
<ButtonIcon as={ArrowUpIcon}
className=
'h-
3
w-
3
color-
background-900 ml-1' />
className='h-3 w-3 text-background-900 ml-1' />
</Button>
`,
transformCode: (code) => {
Expand All @@ -539,8 +533,7 @@ A button with a link combines the interactive behavior of a button component wit

/>

</A
ppProvider>
</AppProvider>

#### Button With Icon

Expand Down

0 comments on commit 95986bd

Please sign in to comment.