ios: fix alignment on operators review later button and notice (#5280)

This commit is contained in:
Diogo
2024-11-29 16:04:29 +00:00
committed by GitHub
parent 9c6e0a7051
commit b0f3f0a523
@@ -140,6 +140,7 @@ struct ChooseServerOperators: View {
.font(.footnote)
.padding(.horizontal, 32)
}
.frame(maxWidth: .infinity)
.disabled(!canReviewLater)
.padding(.bottom)
}