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