From 87171ca7272227b562d881d03489f9b721acf046 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Mon, 14 Aug 2023 10:52:25 +0300 Subject: [PATCH] fix: add desired style to DeviceMemoryHealth --- src/components/DeviceMemoryHealth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DeviceMemoryHealth.tsx b/src/components/DeviceMemoryHealth.tsx index c9e3e916..767b053d 100644 --- a/src/components/DeviceMemoryHealth.tsx +++ b/src/components/DeviceMemoryHealth.tsx @@ -38,7 +38,7 @@ const DeviceMemory = ({ currentMemory, maxMemory }: DeviceMemoryProps) => { const message = currentLoad < 80 ? 'Good' : 'Poor' return ( - +