fix(uptime chart): fix spacing and sizes
This commit is contained in:
parent
add34f80cc
commit
fb8b396e95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue