Skip to content

Commit 3314025

Browse files
committed
feat(headlines): update header icons
- Updated settings icon - Updated bookmark icon
1 parent 9a794cf commit 3314025

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/headlines-feed/view/headlines_feed_page.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ class _HeadlinesFeedViewState extends State<_HeadlinesFeedView> {
7272
leading: Row(
7373
children: [
7474
IconButton(
75-
icon: const Icon(Icons.settings),
75+
icon: const Icon(Icons.account_circle_outlined),
76+
selectedIcon: const Icon(Icons.account_circle_rounded),
7677
onPressed: () {},
7778
),
7879
IconButton(
79-
icon: const Icon(Icons.bookmark_border_outlined),
80-
selectedIcon: const Icon(Icons.bookmark_border),
80+
icon: const Icon(Icons.notifications_none),
81+
selectedIcon: const Icon(Icons.notifications_rounded),
8182
onPressed: () {},
8283
),
8384
],

0 commit comments

Comments
 (0)