Merge pull request #10147 from kashaf-ansari-dev/fix/10011-recovery-key-font

mobile: improve recovery key readability
This commit is contained in:
Ammar Ahmed
2026-08-10 14:12:46 +05:00
committed by GitHub

View File

@@ -230,7 +230,7 @@ class RecoveryKeySheet extends React.Component {
>
<Paragraph
color={colors.primary.paragraph}
size={AppFontSize.sm}
size={AppFontSize.md}
numberOfLines={2}
selectable
style={{
@@ -238,7 +238,9 @@ class RecoveryKeySheet extends React.Component {
maxWidth: "100%",
paddingRight: 10,
textAlign: "center",
textDecorationLine: "underline"
textDecorationLine: "underline",
letterSpacing: 0.5,
fontFamily: "monospace"
}}
>
{this.state.key}