Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-23 11:47:56 +08:00
parent 1724f0d202
commit 9578f948b4
20 changed files with 132 additions and 77 deletions

View File

@@ -124,9 +124,7 @@ class MedalWall extends StatelessWidget {
padding: const .symmetric(horizontal: 8, vertical: 3),
decoration: BoxDecoration(
borderRadius: const .all(.circular(3)),
color: colorScheme.isDark
? const Color(0xFF8F0030)
: const Color(0xFFFF6699),
color: colorScheme.btnColor,
),
child: const Text(
'佩戴中',