fix(storage cacrd bug): fix spacing between cards

This commit is contained in:
Hristo Nedelkov 2024-03-21 23:37:26 +02:00 committed by Emil Ivanichkov
parent 3b7aa1e520
commit 5f6afb8bb5

View File

@ -65,7 +65,7 @@ const StorageCard = ({ storage, maxStorage }: StorageCardProps) => {
position: 'absolute', position: 'absolute',
top: '10%', top: '10%',
right: '1px', right: '1px',
width: '50%', width: '40%',
height: '75%', height: '75%',
}} }}
> >
@ -73,7 +73,10 @@ const StorageCard = ({ storage, maxStorage }: StorageCardProps) => {
</Stack> </Stack>
</XStack> </XStack>
<Separator borderColor={'#e3e3e3'} style={{ marginTop: 'auto' }} /> <Separator borderColor={'#e3e3e3'} style={{ marginTop: 'auto' }} />
<XStack space={'$4'} style={{ padding: '10px 16px' }}> <XStack
space={'$4'}
style={{ padding: '0.65rem 0', paddingLeft: '1rem' }}
>
<IconText <IconText
icon={ icon={
message === 'Good' ? ( message === 'Good' ? (