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