add paddings at the bottom of recovery password title

pull/891/head
Ryan ZHAO 10 months ago
parent 54fea140b7
commit 4c0ffdcd25

@ -58,6 +58,7 @@ struct RecoveryPasswordScreen: View {
maxHeight: Values.mediumFontSize
)
}
.padding(.bottom, Values.smallSpacing)
Text("recovery_password_explanation_1".localized())
.font(.system(size: Values.smallFontSize))

Loading…
Cancel
Save