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 {
130
130
. fill ( Color . blue. opacity ( 0.8 ) )
131
131
#endif
132
132
Text ( title)
133
- #if !os(tvOS)
133
+ #if !os(tvOS)
134
134
. foregroundColor( . white)
135
- #endif
135
+ #endif
136
136
. font( . system( size: 18 , weight: . medium, design: . rounded) )
137
137
}
138
138
. frame ( maxHeight: 50 )
@@ -162,14 +162,14 @@ struct Code<Content: StringProtocol>: View {
162
162
. font ( . system( size: 14 , design: . monospaced) )
163
163
. background ( shape. stroke ( Color ( white: 0.1 ) . opacity ( 0.35 ) , lineWidth: 1 ) )
164
164
. background ( Color ( white: 0.94 ) . opacity ( 0.6 ) . clipShape ( shape) )
165
- #if !os(tvOS)
165
+ #if !os(tvOS)
166
166
. modifier {
167
167
if #available( iOS 15 , * ) {
168
168
$0. textSelection ( . enabled)
169
169
} else {
170
170
$0
171
171
}
172
172
}
173
- #endif
173
+ #endif
174
174
}
175
175
}
You can’t perform that action at this time.
0 commit comments