fix(mobile): new loading icon too small (#17636)

This commit is contained in:
Alex 2025-04-15 15:08:34 -05:00 committed by GitHub
parent 8da5f21fcf
commit 36fa61c013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<Color>(