mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
fix bug
This commit is contained in:
@@ -23,7 +23,7 @@ class _ThemePageState extends ConsumerState<ThemePage> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
_primaryColor = ref.read(themeProvider).primaryColor;
|
||||
colors.add(const Color(0xFF299343));
|
||||
colors.add(commonColor);
|
||||
colors.addAll([
|
||||
Colors.red,
|
||||
Colors.pink,
|
||||
|
||||
Reference in New Issue
Block a user