Skip to content

Commit

Permalink
changing trace icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Sep 15, 2020
1 parent ba4d4a9 commit 28aeefc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function Waterfall({
<div style={{ display: 'flex' }}>
<EuiButtonEmpty
style={{ zIndex: 3, position: 'absolute' }}
iconType={isAccordionOpen ? 'arrowDown' : 'arrowRight'}
iconType={isAccordionOpen ? 'fold' : 'unfold'}
onClick={() => {
setIsAccordionOpen((isOpen) => !isOpen);
}}
Expand Down

0 comments on commit 28aeefc

Please sign in to comment.