Replaced existing icons with the provided svg's in the Incident page block area

This commit is contained in:
Mohansai Mallineni
2025-07-31 22:39:17 +05:30
parent 94a7044b7b
commit 126767ed5c

View File

@@ -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 },
};