Skip to content

Commit 836d84f

Browse files
committed
remove gray background
1 parent f416d9b commit 836d84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/getting started/ContentView.swift

Lines changed: 1 addition & 1 deletion
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)