Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-06 15:47:52 +08:00
parent aa03eed92d
commit 6bedd9d25f
7 changed files with 27 additions and 46 deletions

View File

@@ -78,11 +78,8 @@ class _LiveHeaderControlState extends State<LiveHeaderControl>
liveController.title.value,
spacing: 30,
velocity: 30,
style: const TextStyle(
fontSize: 15,
height: 1,
color: Colors.white,
),
strutStyle: const StrutStyle(fontSize: 15, leading: 0),
style: const TextStyle(fontSize: 15, height: 1, color: Colors.white),
),
);
if (isFullScreen) {