mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-27 10:30:31 +00:00
feat(device-uptime): add width
This commit is contained in:
parent
a07035887d
commit
f3972946c6
@ -32,7 +32,7 @@ const DeviceUptime = ({ style }: { style?: React.CSSProperties }) => {
|
||||
|
||||
return (
|
||||
<DashboardCardWrapper
|
||||
style={{ height: '156px', minWidth: '200px', ...style }}
|
||||
style={{ width: '50%', height: '156px', minWidth: '200px', ...style }}
|
||||
>
|
||||
<YStack space={'$3'}>
|
||||
<XStack justifyContent={'space-between'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user