fixed rported jira issues

This commit is contained in:
amirrezaghabeli
2025-09-14 12:08:39 +03:30
parent 7462d71b33
commit 118a823f1c
3 changed files with 43 additions and 31 deletions
@@ -120,7 +120,7 @@ class TenderDetailActions extends StatelessWidget {
? BaseButton(
isEnabled: true,
text: TenderDetailsStrings.tenderRejectButton,
textColor: AppColors.red10,
textColor: AppColors.errorColor,
backgroundColor: AppColors.backgroundColor,
borderWidth: 1,
onPressed: () {},
@@ -129,7 +129,7 @@ class TenderDetailActions extends StatelessWidget {
: BaseButton(
isEnabled: true,
text: TenderDetailsStrings.tenderRejectButton,
textColor: AppColors.red10,
textColor: AppColors.errorColor,
backgroundColor: AppColors.backgroundColor,
borderWidth: 1,
onPressed: () {