mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-12 09:44:08 +00:00
fix: change icon
This commit is contained in:
parent
ed7eb3ad29
commit
170439aa26
1 changed files with 3 additions and 3 deletions
|
@ -156,9 +156,9 @@ class _Card extends StatelessWidget {
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
width: 24,
|
width: 24,
|
||||||
height: 24,
|
height: 24,
|
||||||
child: CircularProgressIndicator(
|
child: Icon(
|
||||||
valueColor:
|
Icons.access_time,
|
||||||
AlwaysStoppedAnimation<Color>(Colors.white),
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (state != StateType.uninitialized)
|
if (state != StateType.uninitialized)
|
||||||
|
|
Loading…
Add table
Reference in a new issue