Skip to content

Commit 42500a3

Browse files
fix icons alignment in wallets page
1 parent 286654e commit 42500a3

File tree

2 files changed

+7
-34
lines changed

2 files changed

+7
-34
lines changed

.env.example

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/pages/wallets/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,12 @@ const ChecklistItem = (props: HorizontalCardProps) => (
117117
<HorizontalCard
118118
border={0}
119119
display="flex"
120-
alignItems="flex-start"
120+
sx={{
121+
"& > span": {
122+
marginTop: "6.20px !important",
123+
display: "initial",
124+
},
125+
}}
121126
mb={4}
122127
{...props}
123128
/>
@@ -347,6 +352,7 @@ const WalletsPage = () => {
347352
emoji={type.emoji}
348353
description={type.description}
349354
emojiSize={2.5}
355+
alignItems="center"
350356
/>
351357
))}
352358
</Box>

0 commit comments

Comments
 (0)