opt: replace gif

This commit is contained in:
guozhigq
2024-11-12 00:02:08 +08:00
parent b1821163bd
commit 539e83fb94
4 changed files with 5 additions and 5 deletions

View File

@ -84,7 +84,7 @@ class _SeasonPanelState extends State<SeasonPanel> {
dense: false,
leading: isCurrentIndex
? Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
color: primary,
height: 12,
)
@ -140,7 +140,7 @@ class _SeasonPanelState extends State<SeasonPanel> {
),
const SizedBox(width: 15),
Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
color: Theme.of(context).colorScheme.primary,
height: 12,
),