From f48bfabb4a096f0a5256106972b448e2bc8262a9 Mon Sep 17 00:00:00 2001 From: Nilanjan Chakrabarti Date: Wed, 13 Aug 2025 18:06:53 +0530 Subject: [PATCH] Transaction Details page Localizations --- lib/features/profile/preferences/preference_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,