Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoMint committed Dec 13, 2023
1 parent 0751aea commit bc8d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/pages/watch/video/video_player_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class _VideoPlayerContenState extends State<VideoPlayerConten> {
_c.playList[_c.index.value].name,
style: const TextStyle(
color: Colors.white,
fontSize: 1,
fontSize: 14,
),
)
],
Expand Down

0 comments on commit bc8d910

Please sign in to comment.