Skip to content

Commit

Permalink
removed Button.Icon from Dashboard Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosammito committed Jun 20, 2024
1 parent ed7ebed commit 4186837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/d-screen/DScreen.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const DashboardScreenExample = () => {
</DScreen.BarContent>
) : (
<DScreen.BarContent>
<Button color={"info"}><Button.Icon><IconApi/></Button.Icon></Button>
<Button color={"info"}><IconApi/></Button>
</DScreen.BarContent>
)}
</>
Expand Down

0 comments on commit 4186837

Please sign in to comment.