minor fix for tap to copy button

pull/891/head
Ryan Zhao 2 years ago
parent b7e165bc12
commit 87b84d0819

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

Loading…
Cancel
Save