Skip to content

Commit 0b2919c

Browse files
committedOct 20, 2022
Finish
1 parent ae0fa7e commit 0b2919c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎Example/PrismExample/PrismExample/Showcase/Island.swift

+4-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ extension IslandView {
182182
UIApplication.shared.open(url)
183183
}
184184
} label: {
185-
Text("@aheze0")
185+
Text("PRISM")
186186
.font(.system(size: 28, weight: .ultraLight, design: .serif))
187+
.tracking(8)
187188
.foregroundColor(Color.pink)
188189
.shadow(
189190
color: Color.black.opacity(0.25),
@@ -195,7 +196,7 @@ extension IslandView {
195196
.buttonStyle(.scaling)
196197
.fixedSize()
197198
.rotationEffect(.degrees(-90))
198-
.offset(x: -4, y: 20)
199+
.offset(y: 20)
199200
}
200201

201202
park
@@ -235,6 +236,7 @@ extension IslandView {
235236
.overlay {
236237
Text("Made with SwiftUI")
237238
.font(.system(size: 24, weight: .semibold, design: .serif))
239+
.opacity(0.25)
238240
}
239241

240242
} right: {

0 commit comments

Comments
 (0)
Please sign in to comment.