mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化样式
This commit is contained in:
@@ -106,6 +106,11 @@ ThemeData darkTheme = ThemeData.dark().copyWith(
|
||||
},
|
||||
),
|
||||
),
|
||||
cupertinoOverrideTheme: const NoDefaultCupertinoThemeData(
|
||||
brightness: Brightness.dark,
|
||||
primaryColor: Color(0xffffffff),
|
||||
scaffoldBackgroundColor: Colors.black,
|
||||
),
|
||||
);
|
||||
ThemeData lightTheme = ThemeData.light().copyWith(
|
||||
brightness: Brightness.light,
|
||||
@@ -176,6 +181,11 @@ ThemeData lightTheme = ThemeData.light().copyWith(
|
||||
},
|
||||
),
|
||||
),
|
||||
cupertinoOverrideTheme: const NoDefaultCupertinoThemeData(
|
||||
brightness: Brightness.light,
|
||||
primaryColor: _primaryColor,
|
||||
scaffoldBackgroundColor: Color(0xfff5f5f5),
|
||||
),
|
||||
);
|
||||
|
||||
abstract class ThemeColors {
|
||||
|
||||
Reference in New Issue
Block a user