From 8f554431ea99afd57fa7de49f9ed743da9669a28 Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 29 Feb 2024 21:14:29 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=AD=97=E5=B9=95=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=94=BE=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/view.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 9ddd59cd..70d1119f 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -206,9 +206,9 @@ class _PLVideoPlayerState extends State final Color colorTheme = Theme.of(context).colorScheme.primary; const TextStyle subTitleStyle = TextStyle( height: 1.5, - fontSize: 40.0, - letterSpacing: 0.0, - wordSpacing: 0.0, + fontSize: 65.0, + letterSpacing: 0.1, + wordSpacing: 0.1, color: Color(0xffffffff), fontWeight: FontWeight.normal, backgroundColor: Color(0xaa000000),