Skip to content

Commit 9fdc2d0

Browse files
none23rynfar
authored andcommitted
fix(mobile): show filled filter icon on Android when filters are active (#9217)
(cherry picked from commit 62c68dc41f9d9d7ecaf5193a6a8d997ebf671a61)
1 parent b89039b commit 9fdc2d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/mobile/src/components/AppSymbol.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ import {
7777
IconUserCircle,
7878
IconWifiOff,
7979
IconWorld,
80+
IconFilterFilled,
8081
IconX,
8182
type Icon,
8283
} from "@tabler/icons-react-native";
@@ -129,7 +130,7 @@ const ANDROID_ICON_BY_SF_SYMBOL: Partial<Record<SFSymbol, Icon>> = {
129130
"info.circle": IconInfoCircle,
130131
link: IconLink,
131132
"line.3.horizontal.decrease.circle": IconFilter,
132-
"line.3.horizontal.decrease.circle.fill": IconFilter,
133+
"line.3.horizontal.decrease.circle.fill": IconFilterFilled,
133134
magnifyingglass: IconSearch,
134135
paintbrush: IconPalette,
135136
"person.crop.circle": IconUserCircle,

0 commit comments

Comments
 (0)