adjustment on layout in recovery password screen

pull/891/head
Ryan Zhao 2 years ago
parent a90f011507
commit b39d37a9c5

@ -68,6 +68,7 @@ struct RecoveryPasswordView: View {
.font(.spaceMono(size: Values.verySmallFontSize))
.multilineTextAlignment(.center)
.foregroundColor(themeColor: .primary)
.frame(maxWidth: .infinity)
.padding(.all, Values.largeSpacing)
.overlay(
RoundedRectangle(

Loading…
Cancel
Save