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