Skip to content

Commit

Permalink
mod: 竖版视频卡片标题字重上调至w700 (bold)
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Aug 25, 2024
1 parent 938647e commit 34b0ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/common/widgets/video_card_h.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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!
Expand Down

0 comments on commit 34b0ea7

Please sign in to comment.