fix: add style border and shadow to network card

This commit is contained in:
RadoslavDimchev 2023-08-14 10:33:02 +03:00
parent b95a3030db
commit 2dacde88fb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const DeviceNetworkHealth = ({ uploadRate, downloadRate }: DeviceNetworkHealthPr
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"