mod: 字重w500全部上调到w600;横版卡片标题回退为2行

This commit is contained in:
orz12
2024-08-26 06:55:49 +08:00
parent 40819100c3
commit df2e577ebc
16 changed files with 21 additions and 20 deletions

View File

@@ -74,7 +74,7 @@ Widget searchArticlePanel(BuildContext context, ctr, list) {
TextSpan(
text: i['text'],
style: TextStyle(
fontWeight: FontWeight.w500,
fontWeight: FontWeight.w600,
letterSpacing: 0.3,
color: i['type'] == 'em'
? Theme.of(context)

View File

@@ -114,7 +114,7 @@ class LiveContent extends StatelessWidget {
TextSpan(
text: i['text'],
style: TextStyle(
fontWeight: FontWeight.w500,
fontWeight: FontWeight.w600,
letterSpacing: 0.3,
color: i['type'] == 'em'
? Theme.of(context).colorScheme.primary