diff --git a/lib/controllers/settings_sections_controller.dart b/lib/controllers/settings_sections_controller.dart index 41a5afd..fd0d121 100644 --- a/lib/controllers/settings_sections_controller.dart +++ b/lib/controllers/settings_sections_controller.dart @@ -21,7 +21,7 @@ class SettingsSectionsController title: "Appearance", icon: Icons.brush, settings: .new([ - Setting( + .new( title: "Theme", description: "Toggle between Light Mode, Dark Mode, and System themes.", @@ -39,7 +39,7 @@ class SettingsSectionsController .onError(showError), ), ), - Setting( + .new( title: "Use Dynamic Theme", icon: Icons.palette, description: