feat: 将 NormalTheme 的背景颜色和状态栏颜色更新为白色
This commit is contained in:
@@ -19,7 +19,7 @@ Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
SystemChrome.setSystemUIOverlayStyle(
|
||||
const SystemUiOverlayStyle(
|
||||
statusBarColor: Colors.transparent,
|
||||
statusBarColor: Colors.white,
|
||||
statusBarIconBrightness: Brightness.dark,
|
||||
systemNavigationBarColor: _shellBackground,
|
||||
systemNavigationBarIconBrightness: Brightness.dark,
|
||||
@@ -76,7 +76,7 @@ class ImWebViewApp extends StatelessWidget {
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: const Color(0xFF1F6FEB)),
|
||||
scaffoldBackgroundColor: _shellBackground,
|
||||
scaffoldBackgroundColor: Colors.white,
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: H5ShellPage(initialShellBranding: shellBranding),
|
||||
|
||||
Reference in New Issue
Block a user