Reduce asset size
This commit is contained in:
parent
e745266041
commit
f6e271233b
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class FeatureItemWidget extends StatelessWidget {
|
|||
children: [
|
||||
Image.asset(
|
||||
assetPath,
|
||||
height: 170,
|
||||
height: 160,
|
||||
),
|
||||
Padding(padding: EdgeInsets.all(16)),
|
||||
Container(
|
||||
|
|
Loading…
Reference in a new issue