mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 20:35:50 +08:00
lint
opt pages Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -61,6 +61,7 @@ class SpaceOpusItem extends StatelessWidget {
|
||||
child: StatWidget(
|
||||
type: StatType.like,
|
||||
value: item.stat?.like,
|
||||
color: Colors.white.withValues(alpha: 0.8),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -82,7 +83,7 @@ class SpaceOpusItem extends StatelessWidget {
|
||||
child: StatWidget(
|
||||
type: StatType.like,
|
||||
value: item.stat?.like,
|
||||
textColor: Theme.of(context).colorScheme.onSurfaceVariant,
|
||||
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user