fix: add style border and shadow to network card
This commit is contained in:
parent
b95a3030db
commit
2dacde88fb
|
@ -43,7 +43,7 @@ const DeviceNetworkHealth = ({ uploadRate, downloadRate }: DeviceNetworkHealthPr
|
||||||
const message = currentLoad < 80 ? 'Good' : 'Poor'
|
const message = currentLoad < 80 ? 'Good' : 'Poor'
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ShadowBox style={{ width: '284px', height: '136px' }}>
|
<ShadowBox variant="$2" style={{ width: '284px', height: '136px', borderRadius: '16px' }}>
|
||||||
<YStack>
|
<YStack>
|
||||||
<XStack
|
<XStack
|
||||||
justifyContent="space-between"
|
justifyContent="space-between"
|
||||||
|
|
Loading…
Reference in New Issue