Update download icon
This commit is contained in:
parent
fe5e6c18e8
commit
99e72a119f
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class FileAppBarState extends State<FileAppBar> {
|
|||
Icon(
|
||||
Platform.isAndroid
|
||||
? Icons.download
|
||||
: CupertinoIcons.cloud_download,
|
||||
: Icons.cloud_download_outlined,
|
||||
color: Theme.of(context).iconTheme.color,
|
||||
),
|
||||
const Padding(
|
||||
|
|
Loading…
Add table
Reference in a new issue