From 6039da8d80c6263d88fb193135ae4358b89ff16e Mon Sep 17 00:00:00 2001 From: stonega Date: Mon, 28 Dec 2020 21:39:05 +0800 Subject: [PATCH] Change refresh icon. --- lib/home/home_menu.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/home/home_menu.dart b/lib/home/home_menu.dart index 15476f7..0e2f3d8 100644 --- a/lib/home/home_menu.dart +++ b/lib/home/home_menu.dart @@ -108,9 +108,9 @@ class _PopupMenuState extends State { child: Container( padding: EdgeInsets.only(left: 10), child: Row( - crossAxisAlignment: CrossAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.center, children: [ - Icon(LineIcons.cloud_download_alt_solid), + Icon(LineIcons.redo_alt_solid, size: 20), Padding( padding: EdgeInsets.symmetric(horizontal: 5.0), ),