mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: make 2fa recovery codes more readable
This commit is contained in:
@@ -669,6 +669,8 @@ function BackupRecoveryCodes(props: TwoFactorEnabledProps) {
|
||||
gridTemplateColumns: "1fr 1fr 1fr 1fr",
|
||||
bg: "bgSecondary",
|
||||
p: 2,
|
||||
gap: 1,
|
||||
columnGap: 2,
|
||||
borderRadius: "default"
|
||||
}}
|
||||
>
|
||||
@@ -677,7 +679,7 @@ function BackupRecoveryCodes(props: TwoFactorEnabledProps) {
|
||||
key={code}
|
||||
className="selectable"
|
||||
as="code"
|
||||
variant={"subheading"}
|
||||
variant={"body"}
|
||||
sx={{
|
||||
fontFamily: "monospace",
|
||||
textAlign: "center",
|
||||
|
||||
Reference in New Issue
Block a user