fix an issue where on small screen the error message under text input box won't be fully displayed

pull/891/head
Ryan ZHAO 10 months ago
parent 216a6666cc
commit aebb68656b

@ -144,7 +144,7 @@ public struct SessionTextField<ExplanationView>: View where ExplanationView: Vie
} }
} }
.frame( .frame(
height: 50, height: 54,
alignment: .top alignment: .top
) )
} }

Loading…
Cancel
Save