Skip to content

Commit

Permalink
[APM] Trace timeline: Replace multi-fold function icons with new EuiI…
Browse files Browse the repository at this point in the history
…con glyphs (#77470) (#77740)
  • Loading branch information
cauemarcondes committed Sep 17, 2020
1 parent 832ebb0 commit 4c734e4
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 4c734e4

Please sign in to comment.