mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: match recovery code screen with design
This commit is contained in:
@@ -355,9 +355,13 @@ const TwoFactorVerification = ({
|
||||
}}
|
||||
>
|
||||
<Paragraph
|
||||
fontFamily="SEMI_BOLD"
|
||||
fontFamily={isRecoveryCode ? "REGULAR" : "SEMI_BOLD"}
|
||||
fontSize="SM"
|
||||
color={colors.primary.accent}
|
||||
color={
|
||||
isRecoveryCode
|
||||
? colors.primary.paragraph
|
||||
: colors.primary.accent
|
||||
}
|
||||
>
|
||||
{strings["2faCodeSecondaryMethodText"][
|
||||
currentMethod.method as keyof (typeof strings)["2faCodeSecondaryMethodText"]
|
||||
|
||||
Reference in New Issue
Block a user