From 4cc1ba9268b046781065f3d13f4f10ace0f3fbb0 Mon Sep 17 00:00:00 2001 From: Karl-Erik Gustafsson Date: Tue, 12 Sep 2023 17:42:41 +0300 Subject: [PATCH] fix: colorcode to name --- packages/server-admin-ui/src/views/Dashboard/Dashboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server-admin-ui/src/views/Dashboard/Dashboard.js b/packages/server-admin-ui/src/views/Dashboard/Dashboard.js index 345a4cd76..dbddd72ca 100644 --- a/packages/server-admin-ui/src/views/Dashboard/Dashboard.js +++ b/packages/server-admin-ui/src/views/Dashboard/Dashboard.js @@ -110,7 +110,7 @@ const Dashboard = (props) => { className={inputPulseIconClass} style={{ color: providerStats.deltaCount - ? '#039' + ? 'blue' : 'lightblue', }} /> @@ -119,7 +119,7 @@ const Dashboard = (props) => { style={{ transform: 'scaleX(-1)', color: providerStats.writeCount - ? '#039' + ? 'blue' : 'lightblue', }} />