Revert "fix: #263"

This reverts commit 84ed34f3a7.
This commit is contained in:
bggRGjQaUbCoE
2025-02-16 00:26:01 +08:00
parent 00ea34f45d
commit 0f2b0cc5f2

View File

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