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
@@ -70,8 +70,8 @@ class TenderActionButtonsRow extends StatelessWidget {
child: Column(
children: [
Container(
width: 32.0.w(),
height: 32.0.w(),
width: 24.0.w(),
height: 24.0.w(),
decoration: BoxDecoration(
shape: BoxShape.circle,
border: Border.all(
@@ -161,8 +161,8 @@ class TenderActionButtonsRow extends StatelessWidget {
child: Column(
children: [
Container(
width: 32.0.w(),
height: 32.0.w(),
width: 24.0.w(),
height: 24.0.w(),
decoration: BoxDecoration(
shape: BoxShape.circle,
border: Border.all(
@@ -215,8 +215,8 @@ class TenderActionButtonsRow extends StatelessWidget {
child: Column(
children: [
SvgPicture.asset(
width: 32.0.w(),
height: 32.0.w(),
width: 24.0.w(),
height: 24.0.w(),
fit: BoxFit.cover,
AssetsManager.dislike,
colorFilter: ColorFilter.mode(
@@ -259,8 +259,8 @@ class TenderActionButtonsRow extends StatelessWidget {
child: Column(
children: [
SvgPicture.asset(
width: 32.0.w(),
height: 32.0.w(),
width: 24.0.w(),
height: 24.0.w(),
fit: BoxFit.cover,
AssetsManager.like,
colorFilter: ColorFilter.mode(