File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-core/src/components/Form Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { forwardRef , useRef } from 'react' ;
22import { Button , ButtonProps } from '../Button' ;
3- import QuestionCircleIcon from '@patternfly/react-icons/dist/esm/icons/question-circle-icon' ;
43import { KeyTypes } from '../../helpers/constants' ;
4+ import HelpIcon from '@patternfly/react-icons/dist/esm/icons/help-icon' ;
55
66/** A help button to be passed to the FormGroup's labelHelp property. This should be wrapped or linked
77 * to our Popover component.
@@ -45,7 +45,7 @@ const FormGroupLabelHelpBase: React.FunctionComponent<FormGroupLabelHelpProps> =
4545 variant = "plain"
4646 hasNoPadding
4747 { ...props }
48- icon = { < QuestionCircleIcon /> }
48+ icon = { < HelpIcon /> }
4949 />
5050 ) ;
5151} ;
You can’t perform that action at this time.
0 commit comments