Skip to content

Commit

Permalink
remove Icons reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Wegrzyniak committed Mar 29, 2024
1 parent f3b2dad commit b01c1fd
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 b01c1fd

Please sign in to comment.