diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 18dd4ccf..cd66d50c 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -294,7 +294,7 @@ class _VideoDetailPageState extends State appBar: PreferredSize( preferredSize: const Size.fromHeight(0), child: AppBar( - backgroundColor: Theme.of(context).colorScheme.background, + backgroundColor: Colors.transparent, elevation: 0, ), ),