fix : ui bug

This commit is contained in:
2025-09-22 16:21:17 +03:30
parent 0f4a1d8e56
commit e176671812
15 changed files with 308 additions and 196 deletions

View File

@@ -106,9 +106,9 @@ class GlassMorphismCardIcon extends StatelessWidget {
this.borderColor = AppColor.blueNormal,
this.backgroundColor = Colors.white,
this.borderRadius = 35,
this.width = 180,
this.labelHeight = 80,
this.height = 180,
this.width = 160,
this.labelHeight = 71,
this.height = 160,
this.borderWidth = 1,
this.iconWidth = 48,
this.iconHeight = 48,
@@ -173,7 +173,7 @@ class GlassMorphismCardIcon extends StatelessWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.center,
children: [
SizedBox(height: labelHeight.h + 35.h),
SizedBox(height: labelHeight.h + 27.h),
Padding(
padding: EdgeInsets.symmetric(horizontal: 8.w),
child: Text(
@@ -181,7 +181,7 @@ class GlassMorphismCardIcon extends StatelessWidget {
textAlign: TextAlign.center,
style:
titleStyle ??
AppFonts.yekan20Bold.copyWith(color: titleColor, height: 1.20),
AppFonts.yekan18Bold.copyWith(color: titleColor, height: 1.20),
),
),
],