mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
Merge pull request #10147 from kashaf-ansari-dev/fix/10011-recovery-key-font
mobile: improve recovery key readability
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user