@3sc/common-component 0.0.162 → 0.0.164
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38228,7 +38228,7 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38228
38228
|
color: `${e.palette.primary.notifyTextColor} !important`,
|
|
38229
38229
|
fontSize: "1.1rem",
|
|
38230
38230
|
height: "2.6rem",
|
|
38231
|
-
padding: "0.
|
|
38231
|
+
padding: "0.3rem 1rem"
|
|
38232
38232
|
},
|
|
38233
38233
|
"& .MuiInputBase-input.Mui-disabled": {
|
|
38234
38234
|
color: `${e.palette.primary.notifyTextColor} !important`,
|
|
@@ -41389,7 +41389,7 @@ const y2 = ({
|
|
|
41389
41389
|
}
|
|
41390
41390
|
}
|
|
41391
41391
|
),
|
|
41392
|
-
t && /* @__PURE__ */ y.jsx(Se, { sx: { "& .MuiInputBase-input": { padding: "0rem 1.2rem" } }, children: /* @__PURE__ */ y.jsx(
|
|
41392
|
+
t && /* @__PURE__ */ y.jsx(Se, { sx: { "& .MuiInputBase-input": { padding: "0rem 1.2rem!important" } }, children: /* @__PURE__ */ y.jsx(
|
|
41393
41393
|
Hf,
|
|
41394
41394
|
{
|
|
41395
41395
|
placeholder: "Manage Columns",
|