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 40f1e38 commit 00ad1afCopy full SHA for 00ad1af
lib/headlines-feed/view/headlines_filter_page.dart
@@ -272,7 +272,7 @@ class _HeadlinesFilterPageState extends State<HeadlinesFilterPage> {
272
title: Text(l10n.headlinesFeedFilterTitle),
273
actions: [
274
IconButton(
275
- icon: const Icon(Icons.clear_all),
+ icon: const Icon(Icons.refresh),
276
tooltip: l10n.headlinesFeedFilterResetButton,
277
onPressed: () {
278
context.read<HeadlinesFeedBloc>().add(
0 commit comments