fixed rest of the bugs

This commit is contained in:
amirrezaghabeli
2025-09-30 12:37:54 +03:30
parent 87bdc13689
commit 92c759b6c6
6 changed files with 9 additions and 18 deletions
@@ -47,7 +47,7 @@ class TenderDetailActions extends StatelessWidget {
)
: BaseButton(
isEnabled: true,
text: TenderDetailsStrings.tenderSubmitButton,
text: TenderDetailsStrings.tenderAcceptButton,
backgroundColor: AppColors.primary30,
textColor: AppColors.mainBlue,
onPressed: () {
@@ -161,7 +161,7 @@ class TenderDetailActions extends StatelessWidget {
return viewModel.isSubmitApprovalLoading
? BaseButton(
isEnabled: true,
text: TenderDetailsStrings.tenderSubmitButton,
text: TenderDetailsStrings.tenderAcceptButton,
backgroundColor: AppColors.lightBlue,
textColor: AppColors.mainBlue,
onPressed: () {},
@@ -169,7 +169,7 @@ class TenderDetailActions extends StatelessWidget {
)
: BaseButton(
isEnabled: true,
text: TenderDetailsStrings.tenderSubmitButton,
text: TenderDetailsStrings.tenderAcceptButton,
backgroundColor: AppColors.lightBlue,
textColor: AppColors.mainBlue,
onPressed: () {