Skip to content

Commit d022b09

Browse files
committed
Fix os check
1 parent c02dfff commit d022b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DebugLayout/Sources/DebugLayout/DebugLayoutLog.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public struct DebugLayoutLogView: View {
185185
.padding(.vertical, 8)
186186
}
187187
.background {
188-
#if macOS
188+
#if os(macOS)
189189
Color(white: 0.8)
190190
#else
191191
Color(uiColor: .secondarySystemBackground)

0 commit comments

Comments
 (0)