Update DeviceUptime.tsx
This commit is contained in:
parent
dda4d3d7ac
commit
bb84f72bc2
|
@ -28,8 +28,7 @@ const DeviceUptime = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DashboardCardWrapper
|
<DashboardCardWrapper maxHeight='350px'>
|
||||||
>
|
|
||||||
<YStack space={'$3'} >
|
<YStack space={'$3'} >
|
||||||
<XStack justifyContent={'space-between'}>
|
<XStack justifyContent={'space-between'}>
|
||||||
<YStack>
|
<YStack>
|
||||||
|
|
Loading…
Reference in New Issue