show audio playlist parts

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-21 11:13:56 +08:00
parent cf86bb7e13
commit 9808f50816
3 changed files with 197 additions and 94 deletions

View File

@@ -291,7 +291,10 @@ class _ReplyPageState extends CommonRichTextPubPageState<ReplyPage> {
Text(
title,
maxLines: 1,
style: const TextStyle(fontSize: 13),
style: TextStyle(
fontSize: 13,
color: theme.colorScheme.onSurface,
),
),
],
),