@conboai/storybook.components 0.2.77 → 0.2.78
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.
|
@@ -42086,10 +42086,10 @@ const Xk = {
|
|
|
42086
42086
|
td: {
|
|
42087
42087
|
padding: "5px 16px",
|
|
42088
42088
|
borderBottom: `1px solid ${e === "light" ? As : "#222222"} `,
|
|
42089
|
-
backgroundColor:
|
|
42089
|
+
// backgroundColor: variant === "light" ? "white" : "#121212", TODO: Fix it ASAP
|
|
42090
42090
|
color: e === "light" ? "" : "rgba(255, 255, 255, 0.87)"
|
|
42091
42091
|
},
|
|
42092
|
-
"
|
|
42092
|
+
"& .Mui-selected": {
|
|
42093
42093
|
backgroundColor: `${As} !important`
|
|
42094
42094
|
}
|
|
42095
42095
|
}
|