Skip to content

Commit

Permalink
💄 Updated formula reference icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Jun 24, 2021
1 parent a50d949 commit 75f7817
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ export function FormulaEditor({
color="text"
onClick={() => setIsHelpOpen(!isHelpOpen)}
>
<EuiIcon type="help" />
<EuiIcon type="documentation" />
<EuiIcon type={isHelpOpen ? 'arrowDown' : 'arrowUp'} />
</EuiLink>
</EuiToolTip>
Expand All @@ -747,7 +747,7 @@ export function FormulaEditor({
<EuiButtonIcon
className="lnsFormula__editorHelp lnsFormula__editorHelp--overlay"
onClick={() => setIsHelpOpen(!isHelpOpen)}
iconType="help"
iconType="documentation"
color="text"
size="s"
aria-label={i18n.translate(
Expand Down

0 comments on commit 75f7817

Please sign in to comment.