mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-02-02 14:16:58 +00:00
fix: change icon
This commit is contained in:
parent
ed7eb3ad29
commit
170439aa26
|
@ -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…
Reference in a new issue