@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: e === "light" ? "white" : "#121212",
42089
+ // backgroundColor: variant === "light" ? "white" : "#121212", TODO: Fix it ASAP
42090
42090
  color: e === "light" ? "" : "rgba(255, 255, 255, 0.87)"
42091
42091
  },
42092
- "&.Mui-selected": {
42092
+ "& .Mui-selected": {
42093
42093
  backgroundColor: `${As} !important`
42094
42094
  }
42095
42095
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.2.77",
3
+ "version": "0.2.78",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [