From 4edd2d6f8eeaedecd6afcec4267984ab2b6ce636 Mon Sep 17 00:00:00 2001 From: jayesh Date: Tue, 18 Jun 2024 12:00:07 +0530 Subject: [PATCH] ui fixing --- .../Wallet/presentation/pages/wallet_details_screen.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/features/MainScreens/Wallet/presentation/pages/wallet_details_screen.dart b/lib/features/MainScreens/Wallet/presentation/pages/wallet_details_screen.dart index cd15586..a8a44e8 100644 --- a/lib/features/MainScreens/Wallet/presentation/pages/wallet_details_screen.dart +++ b/lib/features/MainScreens/Wallet/presentation/pages/wallet_details_screen.dart @@ -312,9 +312,11 @@ class WalletDetailsScreen extends StatelessWidget { Expanded( child: (titles[index] == 'Status') ? TextWidget().text14W700(values[index], - clr: AppColor.onHoldTextColor) + clr: AppColor.onHoldTextColor, + txtAlign: TextAlign.end) : TextWidget().text14W600(values[index], - clr: AppColor.otpTextColor)), + clr: AppColor.otpTextColor, + txtAlign: TextAlign.end)), ], ), ),