Skip to content

Commit 4521cd7

Browse files
committed
Change subject view
1 parent 1bf476c commit 4521cd7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

LayoutInspector/ContentView.swift

-7
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ struct ContentView: View {
99
var subject: some View {
1010
Text("Hello")
1111
.debugLayout("Text")
12-
.aspectRatio(1, contentMode: .fit)
13-
.debugLayout("aspectRatio")
1412
.padding()
1513
.debugLayout("padding")
16-
.background {
17-
Color.yellow
18-
.debugLayout("yellow")
19-
}
20-
.debugLayout("background")
2114
}
2215

2316
var body: some View {

0 commit comments

Comments
 (0)