Set app background

This commit is contained in:
Lumaa 2023-12-29 12:52:11 +01:00
parent 5092942cee
commit 7d378e76df
1 changed files with 2 additions and 0 deletions

View File

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