From 36fa61c013c7f2ce9fdc5536316bf501a905b1e6 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 15 Apr 2025 15:08:34 -0500 Subject: [PATCH] fix(mobile): new loading icon too small (#17636) --- mobile/lib/pages/common/tab_controller.page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/lib/pages/common/tab_controller.page.dart b/mobile/lib/pages/common/tab_controller.page.dart index 316d1e930a..805f15a845 100644 --- a/mobile/lib/pages/common/tab_controller.page.dart +++ b/mobile/lib/pages/common/tab_controller.page.dart @@ -31,10 +31,10 @@ class TabControllerPage extends HookConsumerWidget { children: [ icon, Positioned( - right: -14, + right: -18, child: SizedBox( - height: 12, - width: 12, + height: 20, + width: 20, child: CircularProgressIndicator( strokeWidth: 2, valueColor: AlwaysStoppedAnimation(