Skip to content

Commit 5f3f9c8

Browse files
committed
more contrast
1 parent f88aefb commit 5f3f9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flitro/AboutView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ struct AboutView: View {
4343
}
4444
Text("Flitro")
4545
.font(.system(size: 40, weight: .heavy, design: .rounded))
46-
.foregroundStyle(LinearGradient(gradient: Gradient(colors: [Color.purple, Color.pink]), startPoint: .leading, endPoint: .trailing))
47-
.shadow(color: Color.purple.opacity(0.18), radius: 3, x: 0, y: 2)
46+
.foregroundColor(.white)
47+
.shadow(color: Color.white.opacity(0.35), radius: 6, x: 0, y: 2)
4848
Text("Fast‑track Your Flow.")
4949
.font(.title2)
5050
.foregroundColor(.white.opacity(0.85))

0 commit comments

Comments
 (0)