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

@@ -40,7 +40,7 @@ class PBadge extends StatelessWidget {
color = Colors.white;
}
if (type == 'color') {
bgColor = t.primaryContainer.withOpacity(0.6);
bgColor = t.primaryContainer.withOpacity(0.5);
color = t.primary;
}
if (type == 'line') {