mod: 首页间距调整、弱化部分颜色

This commit is contained in:
orz12
2024-03-22 02:12:48 +08:00
parent b60d412b8c
commit e13f375246
6 changed files with 16 additions and 17 deletions

View File

@@ -13,8 +13,8 @@ class StatDanMu extends StatelessWidget {
Widget build(BuildContext context) {
Map<String, Color> colorObject = {
'white': Colors.white,
'gray': Theme.of(context).colorScheme.outline,
'black': Theme.of(context).colorScheme.onBackground.withOpacity(0.8),
'gray': Theme.of(context).colorScheme.outline.withOpacity(0.8),
'black': Theme.of(context).colorScheme.onBackground.withOpacity(0.7),
};
Color color = colorObject[theme]!;
return Row(