Update WavesGlassBackgroundView.swift
This commit is contained in:
@@ -27,11 +27,10 @@ struct WavesGlassBackgroundView: View {
|
|||||||
center: .bottom,
|
center: .bottom,
|
||||||
angle: .degrees(120))
|
angle: .degrees(120))
|
||||||
|
|
||||||
|
// background for the glassmorphic feel
|
||||||
Image("glosspink")
|
Image("glosspink")
|
||||||
.resizable()
|
.resizable()
|
||||||
.blur(radius: 5)
|
.blur(radius: 5)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LinearGradient(gradient: Gradient(
|
LinearGradient(gradient: Gradient(
|
||||||
colors: [NirvanaColor.white.opacity(0), NirvanaColor.white.opacity(1.0)]), startPoint: .bottom, endPoint: .top)
|
colors: [NirvanaColor.white.opacity(0), NirvanaColor.white.opacity(1.0)]), startPoint: .bottom, endPoint: .top)
|
||||||
|
|||||||
Reference in New Issue
Block a user