From 339606244954b02da288936327dca18e577ce9d7 Mon Sep 17 00:00:00 2001 From: orz12 Date: Mon, 26 Aug 2024 07:07:08 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=AD=97=E9=87=8D=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E6=94=B9=E4=B8=BAw400?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/widgets/stat/danmu.dart | 1 + lib/common/widgets/stat/view.dart | 1 + lib/common/widgets/video_card_h.dart | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/common/widgets/stat/danmu.dart b/lib/common/widgets/stat/danmu.dart index 155c2f31..a754e8e9 100644 --- a/lib/common/widgets/stat/danmu.dart +++ b/lib/common/widgets/stat/danmu.dart @@ -28,6 +28,7 @@ class StatDanMu extends StatelessWidget { Text( Utils.numFormat(danmu!), style: TextStyle( + fontWeight: FontWeight.w400, fontSize: size == 'medium' ? 12 : 11, color: color, ), diff --git a/lib/common/widgets/stat/view.dart b/lib/common/widgets/stat/view.dart index 280844f1..c4f7630b 100644 --- a/lib/common/widgets/stat/view.dart +++ b/lib/common/widgets/stat/view.dart @@ -31,6 +31,7 @@ class StatView extends StatelessWidget { Text( Utils.numFormat(view!), style: TextStyle( + fontWeight: FontWeight.w400, fontSize: size == 'medium' ? 12 : 11, color: color, ), diff --git a/lib/common/widgets/video_card_h.dart b/lib/common/widgets/video_card_h.dart index 4a421655..e26f4275 100644 --- a/lib/common/widgets/video_card_h.dart +++ b/lib/common/widgets/video_card_h.dart @@ -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,