🍱 Update default seed color of theme

This commit is contained in:
2025-12-20 13:38:14 +08:00
parent 3877dfb820
commit 3c986afa7c

View File

@@ -7,7 +7,7 @@ import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'theme_provider.g.dart';
// Default seed color
const Color defaultSeedColor = Colors.deepPurple;
const Color defaultSeedColor = Color.fromRGBO(46, 176, 198, 1);
// State class for theme data
class ThemeState {