@3sc/common-component 0.0.191 → 0.0.192
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 +1 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38414,6 +38414,7 @@ const LL = ({ options: e, isDraggable: t }) => {
|
|
|
38414
38414
|
/** Center the label **/
|
|
38415
38415
|
"& .MuiInputLabel-root": {
|
|
38416
38416
|
paddingLeft: "0.5rem",
|
|
38417
|
+
backgroundColor: `${e.palette.primary.notifyBackground}!important`,
|
|
38417
38418
|
color: `${e.palette.primary.notifyTextColor} !important`,
|
|
38418
38419
|
fontSize: "1.1rem",
|
|
38419
38420
|
top: "50%",
|