Skip to content

Commit 7cce4e2

Browse files
committed
style(account): update filter icon in account page
- Replace Icons.filter_list_alt with Icons.filter_alt_outlined - Adjust icon appearance for better visual consistency
1 parent 09d6c11 commit 7cce4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account/view/account_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class AccountPage extends StatelessWidget {
7474
),
7575
ListTile(
7676
leading: Icon(
77-
Icons.filter_list_alt,
77+
Icons.filter_alt_outlined,
7878
color: theme.colorScheme.primary,
7979
),
8080
title: Text(

0 commit comments

Comments
 (0)