Revert "mod: color alpha"

This reverts commit a7ffc3b05f.
This commit is contained in:
bggRGjQaUbCoE
2024-12-22 10:42:00 +08:00
parent fe2b4f6735
commit a01d54cd80
64 changed files with 168 additions and 210 deletions

View File

@@ -127,7 +127,7 @@ class _SysMsgPageState extends State<SysMsgPage> {
color: Theme.of(context)
.colorScheme
.onSurface
.withValues(alpha: 0.85),
.withOpacity(0.85),
),
),
const SizedBox(height: 5),
@@ -156,7 +156,7 @@ class _SysMsgPageState extends State<SysMsgPage> {
indent: 72,
endIndent: 20,
height: 6,
color: Colors.grey.withValues(alpha: 0.1),
color: Colors.grey.withOpacity(0.1),
);
},
);