From 191610c9b2c6476b14a1044836087100f25d6392 Mon Sep 17 00:00:00 2001 From: Nilanjan Chakrabarti Date: Thu, 11 Sep 2025 15:32:27 +0530 Subject: [PATCH] Localization Changes #8 --- lib/features/fund_transfer/screens/tpin_otp_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/fund_transfer/screens/tpin_otp_screen.dart b/lib/features/fund_transfer/screens/tpin_otp_screen.dart index 87bd46d..dd27817 100644 --- a/lib/features/fund_transfer/screens/tpin_otp_screen.dart +++ b/lib/features/fund_transfer/screens/tpin_otp_screen.dart @@ -135,7 +135,7 @@ class _TpinOtpScreenState extends State { fontSize: 18, fontWeight: FontWeight.w600), ), style: ElevatedButton.styleFrom( - backgroundColor: theme.colorScheme.primary, + backgroundColor: theme.colorScheme.onPrimary, padding: const EdgeInsets.symmetric( vertical: 14, horizontal: 28,