mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
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…
x
Reference in New Issue
Block a user