fix: add desired style to DeviceMemoryHealth

This commit is contained in:
RadoslavDimchev 2023-08-14 10:52:25 +03:00
parent af25a089e2
commit 87171ca727
1 changed files with 1 additions and 1 deletions

View File

@ -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"