Update WavesGlassBackgroundView.swift

This commit is contained in:
talksik
2022-01-04 15:50:17 -08:00
parent fff138c1bc
commit c0b61a6dd3
@@ -27,11 +27,10 @@ struct WavesGlassBackgroundView: View {
center: .bottom,
angle: .degrees(120))
// background for the glassmorphic feel
Image("glosspink")
.resizable()
.blur(radius: 5)
LinearGradient(gradient: Gradient(
colors: [NirvanaColor.white.opacity(0), NirvanaColor.white.opacity(1.0)]), startPoint: .bottom, endPoint: .top)