Skip to content

Commit

Permalink
mod: 字重临时改为w400
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Aug 25, 2024
1 parent df2e577 commit 3396062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/common/widgets/stat/danmu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class StatDanMu extends StatelessWidget {
Text(
Utils.numFormat(danmu!),
style: TextStyle(
fontWeight: FontWeight.w400,
fontSize: size == 'medium' ? 12 : 11,
color: color,
),
Expand Down
1 change: 1 addition & 0 deletions lib/common/widgets/stat/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class StatView extends StatelessWidget {
Text(
Utils.numFormat(view!),
style: TextStyle(
fontWeight: FontWeight.w400,
fontSize: size == 'medium' ? 12 : 11,
color: color,
),
Expand Down
1 change: 1 addition & 0 deletions lib/common/widgets/video_card_h.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3396062

Please sign in to comment.