This commit is contained in:
NewTab
2022-01-21 21:06:49 +08:00
parent 104cb6cd54
commit 7903977b29
3 changed files with 8 additions and 5 deletions

View File

@@ -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,