We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f2c16 commit e105b4dCopy full SHA for e105b4d
firebaseai/ImagenScreen/ImagenScreen.swift
@@ -91,11 +91,9 @@ struct ImagenScreen: View {
91
struct ProgressOverlay: View {
92
var body: some View {
93
ZStack {
94
- // half transparent background
95
Color.black.opacity(0.3)
96
.ignoresSafeArea()
97
98
- // center progress indicator
99
100
RoundedRectangle(cornerRadius: 16)
101
.fill(Material.ultraThinMaterial)
0 commit comments