diff --git a/damus/Views/CreateAccountView.swift b/damus/Views/CreateAccountView.swift index fdb1c32b..da4248b4 100644 --- a/damus/Views/CreateAccountView.swift +++ b/damus/Views/CreateAccountView.swift @@ -158,8 +158,9 @@ func KeyText(_ text: Binding) -> some View { let bechkey = bech32_encode(hrp: PUBKEY_HRP, decoded) return Text(bechkey) .textSelection(.enabled) + .multilineTextAlignment(.center) .font(.callout.monospaced()) - .foregroundColor(.white) + .foregroundStyle(DamusLogoGradient.gradient) } func FormTextInput(_ title: String, text: Binding) -> some View {