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

@ -295,7 +295,7 @@ class EpisodeListItem extends StatelessWidget {
dense: false,
leading: isCurrentIndex
? Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
color: primary,
height: 12,
)

View File

@ -122,7 +122,7 @@ class ProfilePanel extends StatelessWidget {
),
child: Row(children: [
Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
height: 10,
),
Text(

View File

@ -153,7 +153,7 @@ class _PagesPanelState extends State<PagesPanel> {
children: <Widget>[
if (isCurrentIndex) ...<Widget>[
Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
color: Theme.of(context).colorScheme.primary,
height: 12,
),

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,
),