Fixed size icon and web desktop design

This commit is contained in:
llsajjad
2025-09-05 12:33:48 +03:30
parent 7ed240b8df
commit e67b021f26
6 changed files with 74 additions and 36 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class TenderCard extends StatelessWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
SvgPicture.asset(iconPath),
SvgPicture.asset(iconPath,width: 32.0.w(),height: 32.0.h(),),
SizedBox(height: 4.0.h()),
Text(
title,