diff --git a/lib/main.dart b/lib/main.dart index 20a5b569..6778a4ac 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -37,6 +37,7 @@ void main() async { systemNavigationBarColor: Colors.transparent, systemNavigationBarDividerColor: Colors.transparent, statusBarColor: Colors.transparent, + statusBarIconBrightness: Brightness.dark, )); await Request.setCookie(); Data.init(); diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index f70da494..f050a9df 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -291,7 +291,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, ), ),