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
|
.onChange(of: instanceUrl) { _, newValue in
|
||||||
guard !self.verifying else { return }
|
guard !self.verifying else { return }
|
||||||
verified = false
|
verified = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user