1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Fix TypographyVariant typescript issues (#18272)

This commit is contained in:
David Walsh 2023-03-22 02:52:30 -05:00 committed by GitHub
parent de4cf0a7e5
commit 7dab4b53a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ export default function SkipSRPBackup({ handleClose }) {
color={IconColor.errorDefault}
/>
<Typography
variant={TypographyVariant.h3}
variant={TypographyVariant.H3}
fontWeight={FONT_WEIGHT.BOLD}
>
{t('skipAccountSecurity')}
@ -102,7 +102,7 @@ export default function SkipSRPBackup({ handleClose }) {
/>
<Typography
className="skip-srp-backup-popover__details"
variant={TypographyVariant.h7}
variant={TypographyVariant.H7}
>
{t('skipAccountSecurityDetails')}
</Typography>