diff --git a/lib/features/settings/bloc/application_settings_state.dart b/lib/features/settings/bloc/application_settings_state.dart index 5771bdd..108a13a 100644 --- a/lib/features/settings/bloc/application_settings_state.dart +++ b/lib/features/settings/bloc/application_settings_state.dart @@ -28,7 +28,7 @@ class ApplicationSettingsState { this.preferredThemeMode = ThemeMode.system, this.isLocalAuthenticationEnabled = false, this.preferredViewType = ViewType.list, - this.preferredColorSchemeOption = ColorSchemeOption.dynamic, + this.preferredColorSchemeOption = ColorSchemeOption.classic, }); Map toJson() => _$ApplicationSettingsStateToJson(this);