Skip to content

Commit

Permalink
Merge pull request #13157 from MahendraBishnoi29/mahendra/icons-align…
Browse files Browse the repository at this point in the history
…ment-fix

fix icons alignment in wallets page
  • Loading branch information
wackerow authored Jun 22, 2024
2 parents 7ec27e8 + b94f260 commit c04bdb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/wallets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const ChecklistItem = (props: HorizontalCardProps) => (
<HorizontalCard
border={0}
display="flex"
emojiSize={1.5}
alignItems="flex-start"
mb={4}
{...props}
Expand Down Expand Up @@ -352,6 +353,7 @@ const WalletsPage = () => {
emoji={type.emoji}
description={type.description}
emojiSize={2.5}
alignItems="center"
/>
))}
</Box>
Expand Down

0 comments on commit c04bdb6

Please sign in to comment.