@3sc/common-component 0.0.450 → 0.0.451

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 CHANGED
@@ -40199,7 +40199,7 @@ const gV = ({ color: e }) => /* @__PURE__ */ m.jsx("svg", { width: "7", height:
40199
40199
  transform: "translateY(-50%) translateX(0rem)"
40200
40200
  },
40201
40201
  "& .MuiFormHelperText-root.Mui-error": {
40202
- color: e.palette.brandColor.red,
40202
+ color: `${e.palette.brandColor.red} !important`,
40203
40203
  paddingLeft: "0.8rem",
40204
40204
  paddingTop: "0.2rem",
40205
40205
  fontSize: "0.9rem"
@@ -40209,7 +40209,7 @@ const gV = ({ color: e }) => /* @__PURE__ */ m.jsx("svg", { width: "7", height:
40209
40209
  opacity: 1
40210
40210
  },
40211
40211
  "& .MuiFormLabel-asterisk": {
40212
- color: e.palette.brandColor.red
40212
+ color: `${e.palette.brandColor.red} !important`
40213
40213
  },
40214
40214
  "& input:-webkit-autofill": {
40215
40215
  WebkitBoxShadow: "0 0 0 10rem transparent inset !important",