cloudmr-ux 4.2.2 → 4.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
background-color: transparent !important; /* Ensure no background by default */
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.Mui-checked
|
|
17
|
+
/* More specific so we win over app theme .MuiCheckbox-root.Mui-checked */
|
|
18
|
+
.cmr-checkbox-wrapper .MuiCheckbox-root.Mui-checked {
|
|
18
19
|
color: var(--cmr-checkbox-checked-color, #580f8b) !important; /* Default #580f8b; override via checkedColor prop */
|
|
19
20
|
}
|
|
20
21
|
|