Commit ed6bfac9 authored by tom's avatar tom

fix filter button hover

parent ca10f8ab
......@@ -35,6 +35,7 @@ const FilterButton = ({ isActive, isLoading, appliedFiltersNum, onClick, as }: P
px={ 1.5 }
flexShrink={ 0 }
as={ as }
pointerEvents="all"
>
{ FilterIcon }
<Box display={{ base: 'none', lg: 'block' }}>Filter</Box>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment