Skip to content

Commit

Permalink
update buttons stories
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfantaholic committed Nov 14, 2023
1 parent 7aa75f1 commit b34d8ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/Button/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,19 @@ export const Buttons = () => {
Button
</Button>
</Box>
<Box>
<Button disabled color={"error"}>Button</Button>
</Box>
<Box>
<Button disabled color={"error"} variant={"outlined"}>
Button
</Button>
</Box>
<Box>
<Button disabled color={"error"} variant={"text"}>
Button
</Button>
</Box>
</Grid>
<Text variant={"h5"} m="40px 0 20px">
Link Button
Expand Down

0 comments on commit b34d8ec

Please sign in to comment.