From 4c0ffdcd25e93b3c3df4d6a56f02fa3aad4907f9 Mon Sep 17 00:00:00 2001 From: Ryan ZHAO <> Date: Wed, 12 Jun 2024 10:08:28 +1000 Subject: [PATCH] add paddings at the bottom of recovery password title --- Session/Settings/RecoveryPasswordScreen.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Session/Settings/RecoveryPasswordScreen.swift b/Session/Settings/RecoveryPasswordScreen.swift index e553a4d68..d3777b2e6 100644 --- a/Session/Settings/RecoveryPasswordScreen.swift +++ b/Session/Settings/RecoveryPasswordScreen.swift @@ -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))