minor fix for tap to copy button

This commit is contained in:
Ryan Zhao 2023-08-17 17:25:58 +10:00
parent b7e165bc12
commit 87b84d0819
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ struct RecoveryPasswordView: View {
.font(.system(size: Values.verySmallFontSize))
.foregroundColor(themeColor: .textSecondary)
}
.frame(maxWidth: .infinity)
Spacer()
}