Skip to content

Commit

Permalink
chore: design updates to account page, ref LEA-1794
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 27, 2024
1 parent 36f4e88 commit 21b09fb
Showing 1 changed file with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,16 @@ export function AccountOverview({ caption, icon, heading }: AccountOverviewProps
alignItems="flex-start"
alignContent="flex-start"
alignSelf="stretch"
m="5"
mx="5"
flexWrap="wrap"
>
<Box
p="5"
width={342}
height={180}
flexDirection="column"
alignItems="center"
gap="3"
flex={1}
>
<Box width={342} height={180} flexDirection="column" alignItems="center" gap="3" flex={1}>
<Box p="2" borderRadius="round" backgroundColor="ink.text-primary">
{icon}
</Box>
<Box gap="1" flexDirection="column" alignItems="center">
{heading}
<Text variant="caption01" color="ink.text-subdued">
{caption}
</Text>
<Text variant="caption01">{caption}</Text>
</Box>
</Box>
</Box>
Expand Down

0 comments on commit 21b09fb

Please sign in to comment.