mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
mobile: improve recovery key readability
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user