fixed rported jira issues
This commit is contained in:
@@ -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: () {
|
||||
|
||||
Reference in New Issue
Block a user