fixed colors for darkTheme
This commit is contained in:
@@ -24,7 +24,7 @@ class TenderDetailActions extends StatelessWidget {
|
||||
text: AppStrings.tenderRejectButton,
|
||||
borderColor: AppColors.red10,
|
||||
textColor: AppColors.red10,
|
||||
backgroundColor: Colors.white,
|
||||
backgroundColor: AppColors.backgroundColor,
|
||||
borderWidth: 1,
|
||||
onPressed: () {},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user