Skip to content

Commit 10337c2

Browse files
committed
remove unnecessary font sizes on /wallets
1 parent b8ce448 commit 10337c2

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 content={articles} />

0 commit comments

Comments
 (0)