From 126767ed5c97f255d28298065de5f952c2e2a313 Mon Sep 17 00:00:00 2001 From: Mohansai Mallineni Date: Thu, 31 Jul 2025 22:39:17 +0530 Subject: [PATCH] Replaced existing icons with the provided svg's in the Incident page block area --- client/src/Pages/Incidents/Components/StatusBoxes/StatusBox.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/Pages/Incidents/Components/StatusBoxes/StatusBox.jsx b/client/src/Pages/Incidents/Components/StatusBoxes/StatusBox.jsx index 90e664b5a..adf4faa8b 100644 --- a/client/src/Pages/Incidents/Components/StatusBoxes/StatusBox.jsx +++ b/client/src/Pages/Incidents/Components/StatusBoxes/StatusBox.jsx @@ -12,7 +12,6 @@ const StatusBox = ({ title, value, status }) => { let sharedStyles = { position: "absolute", right: 8, - opacity: 0.5, "& svg path": { stroke: theme.palette.primary.contrastTextTertiary }, };