Skip to content

Commit 6e99e16

Browse files
author
Mithun
committed
Bug Fix: HomeList not showing up by default
1 parent 56750c3 commit 6e99e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DesignCode/Home.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct Home: View {
1717
ZStack {
1818
HomeList()
1919
.blur(radius: show ? 20 : 0)
20-
.scaleEffect(showProfile ? 0.95 : 0)
20+
.scaleEffect(showProfile ? 0.95 : 1)
2121
.animation(.default)
2222

2323
ContentView()

0 commit comments

Comments
 (0)