diff --git a/lib/features/profile/preferences/preference_screen.dart b/lib/features/profile/preferences/preference_screen.dart index e09e49b..240b2c6 100644 --- a/lib/features/profile/preferences/preference_screen.dart +++ b/lib/features/profile/preferences/preference_screen.dart @@ -48,7 +48,7 @@ class PreferenceScreen extends StatelessWidget { ListTile( leading: const Icon(Icons.color_lens), title: Text(AppLocalizations.of(context).themeColor), - enabled: false, + //enabled: false, onTap: () { showDialog( context: context,