Skip to content

Commit 108f11b

Browse files
authored
Update filter icon in column header cells (#4406)
1 parent 7b1acc2 commit 108f11b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

webview/src/experiments/components/table/header/TableHeaderCellContents.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ import {
1010
DragFunction
1111
} from '../../../../shared/components/dragDrop/Draggable'
1212
import { IconMenu } from '../../../../shared/components/iconMenu/IconMenu'
13-
import {
14-
ArrowDown,
15-
ListFilter,
16-
ArrowUp
17-
} from '../../../../shared/components/icons'
13+
import { ArrowDown, ArrowUp, Filter } from '../../../../shared/components/icons'
1814

1915
const getIconMenuItems = (
2016
sortEnabled: boolean,
@@ -28,7 +24,7 @@ const getIconMenuItems = (
2824
},
2925
{
3026
hidden: !hasFilter,
31-
icon: ListFilter,
27+
icon: Filter,
3228
tooltip: 'Table Filtered By'
3329
}
3430
]

0 commit comments

Comments
 (0)