File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ struct PageLink: View {
130130 . fill ( Color . blue. opacity ( 0.8 ) )
131131 #endif
132132 Text ( title)
133- #if !os(tvOS)
133+ #if !os(tvOS)
134134 . foregroundColor( . white)
135- #endif
135+ #endif
136136 . font( . system( size: 18 , weight: . medium, design: . rounded) )
137137 }
138138 . frame ( maxHeight: 50 )
@@ -162,14 +162,14 @@ struct Code<Content: StringProtocol>: View {
162162 . font ( . system( size: 14 , design: . monospaced) )
163163 . background ( shape. stroke ( Color ( white: 0.1 ) . opacity ( 0.35 ) , lineWidth: 1 ) )
164164 . background ( Color ( white: 0.94 ) . opacity ( 0.6 ) . clipShape ( shape) )
165- #if !os(tvOS)
165+ #if !os(tvOS)
166166 . modifier {
167167 if #available( iOS 15 , * ) {
168168 $0. textSelection ( . enabled)
169169 } else {
170170 $0
171171 }
172172 }
173- #endif
173+ #endif
174174 }
175175}
You can’t perform that action at this time.
0 commit comments