@mx-cartographer/insights-ui 1.8.16-alpha.JB1 → 1.8.16-alpha.JB2
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.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2226,7 +2226,7 @@ const P1 = ({
|
|
|
2226
2226
|
// eslint-disable-next-line no-nested-ternary
|
|
2227
2227
|
r.palette.mode === "dark" ? r.palette.grey[500] : l ? r.palette.common.white : r.palette.primary.main
|
|
2228
2228
|
),
|
|
2229
|
-
color: r.palette.mode === "dark" ? r.palette.primary.
|
|
2229
|
+
color: r.palette.mode === "dark" ? r.palette.primary.dark : r.palette.primary.main
|
|
2230
2230
|
},
|
|
2231
2231
|
"&.Mui-selected:hover": {
|
|
2232
2232
|
color: r.palette.mode === "dark" ? r.palette.primary.dark : r.palette.primary.main,
|