File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/components/ProductTable Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react"
2
- import { RotateCcw , X } from "lucide-react"
2
+ import { ListFilter , RotateCcw , X } from "lucide-react"
3
3
4
4
import { FilterOption , TPresetFilters } from "@/lib/types"
5
5
6
- import { FilterBurgerIcon } from "@/components/icons/wallets"
7
6
import Filters from "@/components/ProductTable/Filters"
8
7
import PresetFilters from "@/components/ProductTable/PresetFilters"
9
8
import {
@@ -71,7 +70,9 @@ const MobileFilters = ({
71
70
< p > { t ( "table-filters" ) } </ p >
72
71
< p className = "text-body-medium" > { ` ${ activeFiltersCount } ${ t ( "table-active" ) } ` } </ p >
73
72
</ div >
74
- < FilterBurgerIcon className = "h-8 w-8 stroke-primary" />
73
+ < div className = "grid size-8 place-items-center rounded-full border border-primary text-primary" >
74
+ < ListFilter className = "-mb-0.5 size-6 stroke-1" />
75
+ </ div >
75
76
</ Button >
76
77
</ DrawerTrigger >
77
78
< DrawerContent className = "flex h-full flex-col p-2" >
You can’t perform that action at this time.
0 commit comments