Skip to content

Commit a361d25

Browse files
committed
Make subject view more interesting
1 parent 4521cd7 commit a361d25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LayoutInspector/ContentView.swift

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ struct ContentView: View {
1111
.debugLayout("Text")
1212
.padding()
1313
.debugLayout("padding")
14+
.background {
15+
Color.yellow
16+
.debugLayout("yellow")
17+
}
18+
.debugLayout("background")
1419
}
1520

1621
var body: some View {

0 commit comments

Comments
 (0)