Skip to content

Commit

Permalink
fix(button): twicked some ui
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Aug 25, 2022
1 parent 08d0be1 commit 62cc122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stories/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ const Template: Story<StoryButtonProps> = (args) => {
<button className="p-2 rounded-full m-8 btn-clear-red" data-tooltip-bottom="Hi there! How are you doing?">
<HiTrash />
</button>
<Button weight="clear" color="blue" iconOnly>
<HiInformationCircle />
</Button>
</div>
</div>
</>
Expand Down

0 comments on commit 62cc122

Please sign in to comment.