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(
|
||||
width: 24,
|
||||
height: 24,
|
||||
child: CircularProgressIndicator(
|
||||
valueColor:
|
||||
AlwaysStoppedAnimation<Color>(Colors.white),
|
||||
child: Icon(
|
||||
Icons.access_time,
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
if (state != StateType.uninitialized)
|
||||
|
|
Loading…
Add table
Reference in a new issue