fixed rest of the bugs
This commit is contained in:
@@ -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: () {
|
||||
|
||||
Reference in New Issue
Block a user