From 170439aa26935f8ec1f123a5f5ee97de8f395e4b Mon Sep 17 00:00:00 2001 From: dettlaff Date: Mon, 8 Jan 2024 11:59:20 +0400 Subject: [PATCH] fix: change icon --- lib/ui/pages/providers/providers.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ui/pages/providers/providers.dart b/lib/ui/pages/providers/providers.dart index 4626de8b..05e58f40 100644 --- a/lib/ui/pages/providers/providers.dart +++ b/lib/ui/pages/providers/providers.dart @@ -156,9 +156,9 @@ class _Card extends StatelessWidget { const SizedBox( width: 24, height: 24, - child: CircularProgressIndicator( - valueColor: - AlwaysStoppedAnimation(Colors.white), + child: Icon( + Icons.access_time, + color: Colors.white, ), ), if (state != StateType.uninitialized)