File tree 1 file changed +4
-2
lines changed
Example/PrismExample/PrismExample/Showcase
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,9 @@ extension IslandView {
182
182
UIApplication . shared. open ( url)
183
183
}
184
184
} label: {
185
- Text ( " @aheze0 " )
185
+ Text ( " PRISM " )
186
186
. font ( . system( size: 28 , weight: . ultraLight, design: . serif) )
187
+ . tracking ( 8 )
187
188
. foregroundColor ( Color . pink)
188
189
. shadow (
189
190
color: Color . black. opacity ( 0.25 ) ,
@@ -195,7 +196,7 @@ extension IslandView {
195
196
. buttonStyle ( . scaling)
196
197
. fixedSize ( )
197
198
. rotationEffect ( . degrees( - 90 ) )
198
- . offset ( x : - 4 , y: 20 )
199
+ . offset ( y: 20 )
199
200
}
200
201
201
202
park
@@ -235,6 +236,7 @@ extension IslandView {
235
236
. overlay {
236
237
Text ( " Made with SwiftUI " )
237
238
. font ( . system( size: 24 , weight: . semibold, design: . serif) )
239
+ . opacity ( 0.25 )
238
240
}
239
241
240
242
} right: {
You can’t perform that action at this time.
0 commit comments