Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-15 21:05:49 +08:00
parent f0508e1bc2
commit 84ed34f3a7

View File

@@ -1280,6 +1280,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
),
),
),
child: Material(
color: Theme.of(context).colorScheme.surface,
child: Row(
children: [
if (tabs.isEmpty)
@@ -1306,7 +1308,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
'发弹幕',
style: TextStyle(
fontSize: 12,
color: Theme.of(context).colorScheme.onSurfaceVariant,
color:
Theme.of(context).colorScheme.onSurfaceVariant,
),
),
),
@@ -1347,6 +1350,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
),
],
),
),
);
}