From f6939d7c23d71f05dbc0dff49cf5426c7dcb1554 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 9 Mar 2025 01:31:31 +0800 Subject: [PATCH] :lipstick: Adjust icon size --- lib/screens/explore.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/screens/explore.dart b/lib/screens/explore.dart index be773ab..9239b60 100644 --- a/lib/screens/explore.dart +++ b/lib/screens/explore.dart @@ -238,12 +238,12 @@ class _ExploreScreenState extends State icon: _listKey.currentState?.realm != null ? AccountImage( content: _listKey.currentState!.realm!.avatar, - radius: 18, + radius: 14, ) : Image.asset( 'assets/icon/icon-dark.png', - width: 36, - height: 36, + width: 32, + height: 32, color: Theme.of(context) .appBarTheme .foregroundColor,