diff --git a/packages/shoreline/src/components/contextual-help/contextual-help.tsx b/packages/shoreline/src/components/contextual-help/contextual-help.tsx index ecec148b94..98d398a3b9 100644 --- a/packages/shoreline/src/components/contextual-help/contextual-help.tsx +++ b/packages/shoreline/src/components/contextual-help/contextual-help.tsx @@ -2,7 +2,7 @@ import type { ComponentPropsWithoutRef, ReactNode } from 'react' import { forwardRef } from 'react' import type { PopoverProviderProps } from '../popover' import { PopoverProvider, PopoverTrigger, Popover } from '../popover' -import { Button } from '../button' +import { IconButton } from '../icon-button' import { Container, Content } from '../content' /** @@ -38,9 +38,9 @@ export const ContextualHelp = forwardRef( placement={placement} > - +