Skip to content

Commit

Permalink
Merge pull request #112 from wegry/fix-icons-reference
Browse files Browse the repository at this point in the history
switch off older Icons reference #111
  • Loading branch information
ghengeveld committed Mar 30, 2024
2 parents f3b2dad + b01c1fd commit 6a3651e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manager/PseudoStateTool.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useCallback } from "react"
import { IconButton, WithTooltip, TooltipLinkList } from "@storybook/components"
import { CheckIcon } from "@storybook/icons"
import { CheckIcon, ButtonIcon } from "@storybook/icons"
import { useGlobals } from "@storybook/manager-api"
import { styled, color } from "@storybook/theming"

Expand Down Expand Up @@ -62,7 +62,7 @@ export const PseudoStateTool = () => {
title="Select CSS pseudo states"
active={options.some(isActive)}
>
<Icons icon="button" />
<ButtonIcon />
</IconButton>
</WithTooltip>
)
Expand Down

0 comments on commit 6a3651e

Please sign in to comment.