@@ -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)),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user