We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a794cf commit 3314025Copy full SHA for 3314025
lib/headlines-feed/view/headlines_feed_page.dart
@@ -72,12 +72,13 @@ class _HeadlinesFeedViewState extends State<_HeadlinesFeedView> {
72
leading: Row(
73
children: [
74
IconButton(
75
- icon: const Icon(Icons.settings),
+ icon: const Icon(Icons.account_circle_outlined),
76
+ selectedIcon: const Icon(Icons.account_circle_rounded),
77
onPressed: () {},
78
),
79
- icon: const Icon(Icons.bookmark_border_outlined),
80
- selectedIcon: const Icon(Icons.bookmark_border),
+ icon: const Icon(Icons.notifications_none),
81
+ selectedIcon: const Icon(Icons.notifications_rounded),
82
83
84
],
0 commit comments