Skip to content

Commit f5e7633

Browse files
committed
Project item is a bit taller
1 parent b2f16a6 commit f5e7633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/homepage/homepage_projectlist.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class ProjectItem extends StatelessWidget{
119119
subtitle: (subtitle != "" ? Text(subtitle) : null))
120120
: SizedBox(
121121
width: 128,
122-
height: 128,
122+
height: 160,
123123
child: OutlinedButton(
124124
onPressed: () => onPressed(),
125125
child: Stack(children: [

0 commit comments

Comments
 (0)