Skip to content

Commit 07a896d

Browse files
fix(EllipsisHIcon): Replace EllipsisHIcon with RhUiEllipsisHorizontalFillIcon (#12480)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0e16ab5 commit 07a896d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-table/src/components/Table/utils/decorators

packages/react-table/src/components/Table/utils/decorators/treeRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import stylesTreeView from '@patternfly/react-styles/css/components/Table/table-
55
import { Button } from '@patternfly/react-core/dist/esm/components/Button';
66
import { Checkbox } from '@patternfly/react-core/dist/esm/components/Checkbox';
77
import RhMicronsCaretDownIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-caret-down-icon';
8-
import EllipsisHIcon from '@patternfly/react-icons/dist/esm/icons/ellipsis-h-icon';
8+
import RhUiEllipsisHorizontalFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-ellipsis-horizontal-fill-icon';
99

1010
export const treeRow =
1111
(onCollapse: OnTreeRowCollapse, onCheckChange?: OnCheckChange, onToggleRowDetails?: OnToggleRowDetails) =>
@@ -84,7 +84,7 @@ export const treeRow =
8484
}
8585
icon={
8686
<span className={`${styles.table}__details-toggle-icon`}>
87-
<EllipsisHIcon />
87+
<RhUiEllipsisHorizontalFillIcon />
8888
</span>
8989
}
9090
/>

0 commit comments

Comments
 (0)