mod: 字重临时改为w400

This commit is contained in:
orz12
2024-08-26 07:07:08 +08:00
parent df2e577ebc
commit 3396062449
3 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class StatDanMu extends StatelessWidget {
Text(
Utils.numFormat(danmu!),
style: TextStyle(
fontWeight: FontWeight.w400,
fontSize: size == 'medium' ? 12 : 11,
color: color,
),

View File

@@ -31,6 +31,7 @@ class StatView extends StatelessWidget {
Text(
Utils.numFormat(view!),
style: TextStyle(
fontWeight: FontWeight.w400,
fontSize: size == 'medium' ? 12 : 11,
color: color,
),

View File

@@ -245,6 +245,7 @@ class VideoContent extends StatelessWidget {
"${pubdate} ${showOwner ? videoItem.owner.name : ''}",
maxLines: 1,
style: TextStyle(
fontWeight: FontWeight.w400,
fontSize: Theme.of(context).textTheme.labelSmall!.fontSize,
height: 1,
color: Theme.of(context).colorScheme.outline,