mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
add login
This commit is contained in:
@@ -16,5 +16,9 @@ class ThemeViewModel extends ChangeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
ThemeData darkTheme = ThemeData.dark().copyWith();
|
||||
ThemeData lightTheme = ThemeData.light().copyWith();
|
||||
ThemeData darkTheme = ThemeData.dark().copyWith(
|
||||
primaryColor: Color(0xffffffff),
|
||||
);
|
||||
ThemeData lightTheme = ThemeData.light().copyWith(
|
||||
primaryColor: Color(0xFF0F77FE),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user