fix(uptime chart): fix spacing and sizes

This commit is contained in:
Hristo Nedelkov 2024-03-27 22:44:39 +02:00
parent add34f80cc
commit fb8b396e95
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ const DeviceUptime = () => {
return ( return (
<DashboardCardWrapper minWidth="100px"> <DashboardCardWrapper minWidth="100px">
<YStack> <YStack space={'$3'}>
<XStack justifyContent={'space-between'}> <XStack justifyContent={'space-between'}>
<YStack> <YStack>
<Text size={15} weight={'semibold'}> <Text size={15} weight={'semibold'}>
@ -89,7 +89,7 @@ const DeviceUptime = () => {
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
width: '100%', width: '100%',
height: '90%', height: '100%',
}} }}
> >
<UptimeChart <UptimeChart