From 34b0ea7120dc24c4c0831ac72c272c47a95bd49b Mon Sep 17 00:00:00 2001 From: orz12 Date: Mon, 26 Aug 2024 01:43:48 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E7=AB=96=E7=89=88=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A0=87=E9=A2=98=E5=AD=97=E9=87=8D=E4=B8=8A?= =?UTF-8?q?=E8=B0=83=E8=87=B3w700=20(bold)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/widgets/video_card_h.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common/widgets/video_card_h.dart b/lib/common/widgets/video_card_h.dart index a59b93a11..aea444ff1 100644 --- a/lib/common/widgets/video_card_h.dart +++ b/lib/common/widgets/video_card_h.dart @@ -183,7 +183,7 @@ class VideoContent extends StatelessWidget { videoItem.title as String, textAlign: TextAlign.start, style: TextStyle( - fontWeight: FontWeight.w500, + fontWeight: FontWeight.bold, fontSize: Theme.of(context).textTheme.bodyMedium!.fontSize, height: 1.36, letterSpacing: 0.3, @@ -203,7 +203,7 @@ class VideoContent extends StatelessWidget { TextSpan( text: i['text'] as String, style: TextStyle( - fontWeight: FontWeight.w500, + fontWeight: FontWeight.bold, fontSize: Theme.of(context) .textTheme .bodyMedium!