fixed checked icon getting inverted

This commit is contained in:
Anish Roy
2023-04-06 12:51:31 +05:30
parent 4f7fbb7919
commit bd7ef2eb3b

View File

@@ -80,6 +80,9 @@ export default function GetStartedChecklist({
marginRight: `max(env(safe-area-inset-right), 8px)`,
width: 360,
},
".MuiStepLabel-iconContainer.Mui-active svg": {
transform: "rotate(0deg) !important",
},
},
]}
>