fixed rest of the bugs
This commit is contained in:
@@ -17,6 +17,7 @@ class TenderDetailsStrings {
|
||||
static const String tenderNoExperience =
|
||||
'No experience in e-platform development';
|
||||
static const String tenderSubmitButton = 'Submit';
|
||||
static const String tenderAcceptButton = 'Accept';
|
||||
static const String tenderRejectButton = 'Reject';
|
||||
static const String tenderClientExample =
|
||||
'Procurement Notice Procurement Notice';
|
||||
|
||||
@@ -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