Skip to content

Commit 3623f4e

Browse files
committed
swap close icon
1 parent ba94db3 commit 3623f4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/module/src/ChatbotHeader/ChatbotHeaderCloseButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Ref, FunctionComponent } from 'react';
22
import { forwardRef } from 'react';
33

44
import { Button, ButtonProps, Icon, Tooltip, TooltipProps } from '@patternfly/react-core';
5-
import { CloseIcon } from '@patternfly/react-icons';
5+
import { RhMicronsCloseIcon } from '@patternfly/react-icons';
66

77
export interface ChatbotHeaderCloseButtonProps extends ButtonProps {
88
/** Callback function for when button is clicked */
@@ -47,7 +47,7 @@ const ChatbotHeaderCloseButtonBase: FunctionComponent<ChatbotHeaderCloseButtonPr
4747
ref={innerRef}
4848
icon={
4949
<Icon size={isCompact ? 'lg' : 'xl'} isInline>
50-
<CloseIcon />
50+
<RhMicronsCloseIcon />
5151
</Icon>
5252
}
5353
size={isCompact ? 'sm' : undefined}

0 commit comments

Comments
 (0)