@3sc/common-component 0.0.235 → 0.0.236

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
@@ -40127,7 +40127,7 @@ const QV = ({ color: e }) => /* @__PURE__ */ g.jsx("svg", { width: "7", height:
40127
40127
  }
40128
40128
  },
40129
40129
  "& .MuiInputBase-input": {
40130
- color: `${e.palette.primary.notifyTextColor} !important`,
40130
+ color: `${e.palette.primary.notifyActiveText} !important`,
40131
40131
  fontSize: "1.1rem",
40132
40132
  height: "2.6rem",
40133
40133
  padding: "0.3rem 1rem"
@@ -40170,6 +40170,16 @@ const QV = ({ color: e }) => /* @__PURE__ */ g.jsx("svg", { width: "7", height:
40170
40170
  },
40171
40171
  "& .MuiFormLabel-asterisk": {
40172
40172
  color: e.palette.brandColor.red
40173
+ },
40174
+ "& input:-webkit-autofill": {
40175
+ WebkitBoxShadow: "0 0 0 10rem transparent inset !important",
40176
+ WebkitTextFillColor: `${e.palette.primary.notifyActiveText} !important`,
40177
+ caretColor: e.palette.primary.notifyActiveText,
40178
+ transition: "background-color 9999s ease-in-out 0s !important"
40179
+ },
40180
+ "& input:-webkit-autofill:hover ": {
40181
+ WebkitBoxShadow: "0 0 0 10rem transparent inset !important",
40182
+ WebkitTextFillColor: `${e.palette.primary.notifyActiveText} !important`
40173
40183
  }
40174
40184
  })), Md = (e) => /* @__PURE__ */ g.jsx(Gn, { children: /* @__PURE__ */ g.jsx(
40175
40185
  n8,