mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-27 10:30:31 +00:00
feat(device-uptime): increase height
This commit is contained in:
parent
dee3dbd685
commit
a07035887d
@ -84,7 +84,7 @@ const DeviceUptime = ({ style }: { style?: React.CSSProperties }) => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</XStack>
|
</XStack>
|
||||||
<XStack height={'50%'} justifyContent="center" alignItems="center">
|
<XStack height={'78%'} justifyContent="center" alignItems="center">
|
||||||
<Stack
|
<Stack
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user