From c35536759fb268288f06c531cee9f17acac2a6d6 Mon Sep 17 00:00:00 2001 From: stonega Date: Sun, 3 Jan 2021 02:31:26 +0800 Subject: [PATCH] Change icon to outlined. --- lib/podcasts/podcast_settings.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/podcasts/podcast_settings.dart b/lib/podcasts/podcast_settings.dart index e927d83..b58fcb4 100644 --- a/lib/podcasts/podcast_settings.dart +++ b/lib/podcasts/podcast_settings.dart @@ -238,7 +238,7 @@ class _PodcastSettingState extends State { onTap: () => _setNeverUpdate(!snapshot.data), title: Row( children: [ - Icon(Icons.lock, size: 18), + Icon(Icons.lock_outlined, size: 18), SizedBox(width: 20), Text(s.neverAutoUpdate, style: textStyle), ], @@ -266,7 +266,7 @@ class _PodcastSettingState extends State { dense: true, title: Row( children: [ - Icon(Icons.fast_forward, size: 18), + Icon(Icons.fast_forward_outlined, size: 18), SizedBox(width: 20), Text(s.skipSecondsAtStart, style: textStyle), ], @@ -389,7 +389,7 @@ class _PodcastSettingState extends State { dense: true, title: Row( children: [ - Icon(Icons.delete, color: Colors.red, size: 18), + Icon(Icons.delete_outlined, color: Colors.red, size: 18), SizedBox(width: 20), Text(s.remove, style: textStyle.copyWith(