fixed colors for darkTheme

This commit is contained in:
llsajjad
2025-08-09 13:13:32 +03:30
parent 68a0bcd582
commit 080125b851
14 changed files with 44 additions and 35 deletions
@@ -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: () {},
),