From 37518f0d56ac4b40823423f76f6cb4b70a0af348 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 11 Aug 2023 12:18:57 +0300 Subject: [PATCH] fix: replace shadow box with shadox --- src/components/DeviceStorageHealth.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DeviceStorageHealth.tsx b/src/components/DeviceStorageHealth.tsx index e65c28d0..bad50d2e 100644 --- a/src/components/DeviceStorageHealth.tsx +++ b/src/components/DeviceStorageHealth.tsx @@ -1,7 +1,7 @@ -import ShadowBox from './ShadowBox' import IconText from './IconText' import { Paragraph, Separator, XStack, YStack } from 'tamagui' import StandardGauge from './StandardGauge' +import { Shadow } from '@status-im/components' interface DeviceStorageHealthProps { storage: number maxStorage: number @@ -28,7 +28,7 @@ const DeviceStorageHealth: React.FC = ({ storage, maxS ] } return ( - + = ({ storage, maxS {/* This is additional text */} - + ) }