Skip to content

Commit

Permalink
chore: updating is inverse story
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Feb 3, 2025
1 parent 7fb04cc commit 8d0c57f
Showing 1 changed file with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,11 @@ export const IsFloating: Story = {
};

export const IsInverse: Story = {
render: () => (
<div className="bg-primary-default p-4 space-y-4">
<div className="flex gap-2">
<ButtonIcon iconName={IconName.Close} isInverse ariaLabel="Close" />
<ButtonIcon
iconName={IconName.Close}
isInverse
isFloating
ariaLabel="Close floating"
/>
</div>
</div>
),
args: {
iconName: IconName.Close,
isInverse: true,
ariaLabel: 'Close',
},
};

export const IsDisabled: Story = {
Expand Down

0 comments on commit 8d0c57f

Please sign in to comment.