fixed dark mood in filter dialog

fixed TendersCard height
This commit is contained in:
llsajjad
2025-09-06 10:17:12 +03:30
parent 142c53f7aa
commit 0d9f0251d8
2 changed files with 5 additions and 4 deletions
@@ -42,6 +42,7 @@ class TenderCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
height: 260.0.h(),
width: double.infinity,
margin: EdgeInsets.only(
left: 24.0.w(),
@@ -133,8 +134,7 @@ class TenderCard extends StatelessWidget {
maxLines: 3,
overflow: TextOverflow.ellipsis,
),
SizedBox(height: 24.0.h()),
Spacer(),
// Bottom section with location and action button
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,