fix: change icon

This commit is contained in:
dettlaff 2024-01-08 11:59:20 +04:00
parent ed7eb3ad29
commit 170439aa26
1 changed files with 3 additions and 3 deletions

View File

@ -156,9 +156,9 @@ class _Card extends StatelessWidget {
const SizedBox(
width: 24,
height: 24,
child: CircularProgressIndicator(
valueColor:
AlwaysStoppedAnimation<Color>(Colors.white),
child: Icon(
Icons.access_time,
color: Colors.white,
),
),
if (state != StateType.uninitialized)