We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286654e commit 42500a3Copy full SHA for 42500a3
.env.example
src/pages/wallets/index.tsx
@@ -117,7 +117,12 @@ const ChecklistItem = (props: HorizontalCardProps) => (
117
<HorizontalCard
118
border={0}
119
display="flex"
120
- alignItems="flex-start"
+ sx={{
121
+ "& > span": {
122
+ marginTop: "6.20px !important",
123
+ display: "initial",
124
+ },
125
+ }}
126
mb={4}
127
{...props}
128
/>
@@ -347,6 +352,7 @@ const WalletsPage = () => {
347
352
emoji={type.emoji}
348
353
description={type.description}
349
354
emojiSize={2.5}
355
+ alignItems="center"
350
356
351
357
))}
358
</Box>
0 commit comments