cache season fav state

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-19 23:31:08 +08:00
parent 5bcd822251
commit a0f3b3e442
11 changed files with 55 additions and 49 deletions

View File

@@ -202,11 +202,11 @@ class _SharePanelState extends State<SharePanel> {
height: 40,
decoration: BoxDecoration(
shape: BoxShape.circle,
color: theme.colorScheme.secondaryContainer,
color: theme.colorScheme.onInverseSurface,
),
child: Icon(
Icons.person_add_alt,
color: theme.colorScheme.onSecondaryContainer,
color: theme.colorScheme.onSurfaceVariant,
),
),
),