Set app background
This commit is contained in:
parent
5092942cee
commit
7d378e76df
|
@ -81,6 +81,8 @@ struct AddInstanceView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.scrollContentBackground(.hidden)
|
||||
.background(Color.appBackground)
|
||||
.onChange(of: instanceUrl) { _, newValue in
|
||||
guard !self.verifying else { return }
|
||||
verified = false
|
||||
|
|
Loading…
Reference in New Issue