Skip to content

Commit 7f52b84

Browse files
authored
Merge pull request #11376 from ethereum/fontsizeIssueWallets
Font size issue on /wallets/#sim page
2 parents d885ca5 + 10337c2 commit 7f52b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages-conditional/wallets.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ const WalletsPage = ({
400400
<H2>
401401
<Translation id="page-wallets-stay-safe" />
402402
</H2>
403-
<Box fontSize="xl" lineHeight={1.4} mb={6} color="text300">
403+
<Box lineHeight={1.4} mb={6} color="text300">
404404
<Translation id="page-wallets-stay-safe-desc" />
405405
</Box>
406406
<Box>
@@ -446,7 +446,7 @@ const WalletsPage = ({
446446
<H2>
447447
<Translation id="page-wallets-tips" />
448448
</H2>
449-
<Box fontSize="xl" lineHeight={1.4} color="text300" mb={6}>
449+
<Box lineHeight={1.4} color="text300" mb={6}>
450450
<Translation id="page-wallets-tips-community" />
451451
</Box>
452452
<CardList items={articles} />

0 commit comments

Comments
 (0)