mod: 样式修改

This commit is contained in:
guozhigq
2023-07-16 20:33:32 +08:00
parent eb3017faf4
commit 2097b498fb
7 changed files with 41 additions and 32 deletions

View File

@ -17,7 +17,8 @@ class StatView extends StatelessWidget {
return Row(
children: [
Icon(
CupertinoIcons.play_rectangle,
// CupertinoIcons.play_rectangle,
Icons.play_circle_outlined,
size: 13,
color: color,
),