How can we make the background of our main view transparent so that we can have additional views inside the main view appear to float?
I have tried setting the background color to Color.clear
as well as using glassBackgroundEffect(displayMode: .never)
but neither seem to work.