feat: Update text color to improve readability across multiple authentication views
This commit is contained in:
@@ -58,7 +58,7 @@ private extension ConfirmSeedPhraseView {
|
||||
|
||||
Text("Enter words #2, #5, #9, #12 to confirm\nyou've backed up your phrase.")
|
||||
.font(.system(size: 15))
|
||||
.foregroundStyle(RosettaColors.secondaryText)
|
||||
.foregroundStyle(Color.white.opacity(0.7))
|
||||
.multilineTextAlignment(.center)
|
||||
.lineSpacing(3)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user