Skip to content

Commit c04bdb6

Browse files
authored
Merge pull request #13157 from MahendraBishnoi29/mahendra/icons-alignment-fix
fix icons alignment in wallets page
2 parents 7ec27e8 + b94f260 commit c04bdb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/wallets/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ const ChecklistItem = (props: HorizontalCardProps) => (
118118
<HorizontalCard
119119
border={0}
120120
display="flex"
121+
emojiSize={1.5}
121122
alignItems="flex-start"
122123
mb={4}
123124
{...props}
@@ -352,6 +353,7 @@ const WalletsPage = () => {
352353
emoji={type.emoji}
353354
description={type.description}
354355
emojiSize={2.5}
356+
alignItems="center"
355357
/>
356358
))}
357359
</Box>

0 commit comments

Comments
 (0)