|
|
|
@ -77,7 +77,7 @@ class AddMoneyView extends GetView<AddMoneyController> {
|
|
|
|
child: Container(
|
|
|
|
child: Container(
|
|
|
|
color: AppColors.transparent,
|
|
|
|
color: AppColors.transparent,
|
|
|
|
child: SizedBox(
|
|
|
|
child: SizedBox(
|
|
|
|
width: 130,
|
|
|
|
width: 92,
|
|
|
|
height: 60,
|
|
|
|
height: 60,
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
@ -87,7 +87,7 @@ class AddMoneyView extends GetView<AddMoneyController> {
|
|
|
|
controller.selectedFromAccountCurrency.value.dmpProdshort,
|
|
|
|
controller.selectedFromAccountCurrency.value.dmpProdshort,
|
|
|
|
style: context.textTheme.bodyMedium!.copyWith(fontSize: 16, color: AppColors.colorPrimary, fontWeight: FontWeight.w600),
|
|
|
|
style: context.textTheme.bodyMedium!.copyWith(fontSize: 16, color: AppColors.colorPrimary, fontWeight: FontWeight.w600),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const SizedBox(width: 105),
|
|
|
|
const SizedBox(width: 6),
|
|
|
|
Image.asset(AppAssets.drop_down_ic, width: 10, height: 10),
|
|
|
|
Image.asset(AppAssets.drop_down_ic, width: 10, height: 10),
|
|
|
|
const SizedBox(width: 6),
|
|
|
|
const SizedBox(width: 6),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|