fix : ui bug
This commit is contained in:
@@ -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),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user