feat(device-uptime): add width

This commit is contained in:
RadoslavDimchev 2024-05-07 15:43:26 +03:00 committed by Emil Ivanichkov
parent a07035887d
commit f3972946c6

View File

@ -32,7 +32,7 @@ const DeviceUptime = ({ style }: { style?: React.CSSProperties }) => {
return ( return (
<DashboardCardWrapper <DashboardCardWrapper
style={{ height: '156px', minWidth: '200px', ...style }} style={{ width: '50%', height: '156px', minWidth: '200px', ...style }}
> >
<YStack space={'$3'}> <YStack space={'$3'}>
<XStack justifyContent={'space-between'}> <XStack justifyContent={'space-between'}>