Set app background

This commit is contained in:
Lumaa 2023-12-29 12:52:11 +01:00
parent 5092942cee
commit 7d378e76df

View File

@ -81,6 +81,8 @@ struct AddInstanceView: View {
} }
} }
} }
.scrollContentBackground(.hidden)
.background(Color.appBackground)
.onChange(of: instanceUrl) { _, newValue in .onChange(of: instanceUrl) { _, newValue in
guard !self.verifying else { return } guard !self.verifying else { return }
verified = false verified = false