diff --git a/nirvana-ios/Views/Templates/WavesGlassBackgroundView.swift b/nirvana-ios/Views/Templates/WavesGlassBackgroundView.swift index 2d1af19..51acc18 100644 --- a/nirvana-ios/Views/Templates/WavesGlassBackgroundView.swift +++ b/nirvana-ios/Views/Templates/WavesGlassBackgroundView.swift @@ -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)