Skip to content

Commit 9166c64

Browse files
committed
fix: remove blue project card background
1 parent fb96863 commit 9166c64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pages/home_page.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ class _ProjectCard extends StatelessWidget {
221221
onTap: onTap,
222222
child: Container(
223223
decoration: BoxDecoration(
224-
color: Colors.blue,
225224
borderRadius: BorderRadius.circular(20),
226225
image: DecorationImage(
227226
image: ExactAssetImage(backgroundImage),

0 commit comments

Comments
 (0)