Handled styling of new icons

This commit is contained in:
Mohansai Mallineni
2025-08-01 21:11:46 +05:30
parent 126767ed5c
commit 8274d4ffbe
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
svg {
width: 20px;
height: 20px;
opacity: 0.9;
}

View File

@@ -6,7 +6,7 @@ import AlertIcon from "../../../../assets/icons/alert-icon.svg?react";
import CheckIcon from "../../../../assets/icons/check-icon.svg?react";
import CloseIcon from "../../../../assets/icons/close-icon.svg?react";
import WarningIcon from "../../../../assets/icons/warning-icon.svg?react";
import "./StatusBox.css";
const StatusBox = ({ title, value, status }) => {
const theme = useTheme();
let sharedStyles = {