From c0b61a6dd343729fed55ce5ed0c3674239bb7724 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 4 Jan 2022 15:50:17 -0800 Subject: [PATCH] Update WavesGlassBackgroundView.swift --- nirvana-ios/Views/Templates/WavesGlassBackgroundView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)