fix: add desired style to DeviceMemoryHealth
This commit is contained in:
parent
af25a089e2
commit
87171ca727
|
@ -38,7 +38,7 @@ const DeviceMemory = ({ currentMemory, maxMemory }: DeviceMemoryProps) => {
|
|||
const message = currentLoad < 80 ? 'Good' : 'Poor'
|
||||
|
||||
return (
|
||||
<ShadowBox style={{ width: '284px', height: '136px' }}>
|
||||
<ShadowBox variant="$2" style={{ width: '284px', height: '136px', borderRadius: '16px' }}>
|
||||
<YStack>
|
||||
<XStack
|
||||
justifyContent="space-between"
|
||||
|
|
Loading…
Reference in New Issue