File tree Expand file tree Collapse file tree
react-core/src/components/DualListSelector
react-table/src/components/Table/utils/decorators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styles from '@patternfly/react-styles/css/components/DualListSelector/dua
33import { css } from '@patternfly/react-styles' ;
44import { DualListSelectorTreeItemData } from './DualListSelectorTree' ;
55import { Badge } from '../Badge' ;
6- import RhMicronsCaretDownIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-caret-down -icon' ;
6+ import RhMicronsCaretRightIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-caret-right -icon' ;
77import { flattenTree } from './treeUtils' ;
88import { DualListSelectorListContext } from './DualListSelectorContext' ;
99import { useHasAnimations } from '../../helpers' ;
@@ -136,7 +136,7 @@ const DualListSelectorTreeItemBase: React.FunctionComponent<DualListSelectorTree
136136 tabIndex = { - 1 }
137137 >
138138 < span className = { css ( styles . dualListSelectorItemToggleIcon ) } >
139- < RhMicronsCaretDownIcon />
139+ < RhMicronsCaretRightIcon />
140140 </ span >
141141 </ div >
142142 ) }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import styles from '@patternfly/react-styles/css/components/Table/table';
44import stylesTreeView from '@patternfly/react-styles/css/components/Table/table-tree-view' ;
55import { Button } from '@patternfly/react-core/dist/esm/components/Button' ;
66import { Checkbox } from '@patternfly/react-core/dist/esm/components/Checkbox' ;
7- import RhMicronsCaretDownIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-caret-down -icon' ;
7+ import RhMicronsCaretRightIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-caret-right -icon' ;
88import RhUiEllipsisHorizontalFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-ellipsis-horizontal-fill-icon' ;
99
1010export const treeRow =
@@ -54,7 +54,7 @@ export const treeRow =
5454 aria-label = { toggleAriaLabel || `${ isExpanded ? 'Collapse' : 'Expand' } row ${ rowIndex } ` }
5555 icon = {
5656 < div className = { css ( stylesTreeView . tableToggleIcon ) } >
57- < RhMicronsCaretDownIcon />
57+ < RhMicronsCaretRightIcon />
5858 </ div >
5959 }
6060 />
You can’t perform that action at this time.
0 commit comments