We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfab21 commit 20c8d6cCopy full SHA for 20c8d6c
Examples/Demo/Demo/Pages.swift
@@ -164,8 +164,8 @@ struct Code<Content: StringProtocol>: View {
164
.font(.system(size: 14, design: .monospaced))
165
.background(shape.stroke(Color(white: 0.1).opacity(0.35), lineWidth: 1))
166
.background(Color(white: 0.94).opacity(0.6).clipShape(shape))
167
- #if !os(tvOS)
+ #if !os(tvOS)
168
.textSelection(.enabled)
169
- #endif
+ #endif
170
}
171
0 commit comments