fixed liked tender filter bar

This commit is contained in:
llsajjad
2025-09-16 12:43:25 +03:30
parent 8ad05f5c68
commit d804d5f26e
5 changed files with 232 additions and 99 deletions
@@ -215,13 +215,11 @@ class FormCard extends StatelessWidget {
decoration: InputDecoration(
filled: true,
fillColor: AppColors.grey0,
hint: Text(
FinalCompletionOfDocumentsStrings.describeYourTeamHint,
style: TextStyle(
fontSize: 12.0,
fontWeight: FontWeight.w400,
color: AppColors.grey60,
),
hintText: FinalCompletionOfDocumentsStrings.describeYourTeamHint,
hintStyle: TextStyle(
fontSize: 12.0,
fontWeight: FontWeight.w400,
color: AppColors.grey60,
),
border: OutlineInputBorder(
borderSide: const BorderSide(color: AppColors.secondaryborder2),