Skip to content

Commit 444b8eb

Browse files
committed
fix background issue
1 parent 11cad1f commit 444b8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/getting started/ContentView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct ListRow: View {
119119
}
120120
}
121121
.padding([.top, .bottom], 20)
122-
.background(.gray)
122+
// .background(.gray)
123123
}
124124
}
125125

0 commit comments

Comments
 (0)