@sinco/react 1.2.4-rc.2 → 1.2.4-rc.4
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/index.esm.js +16 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -8377,6 +8377,9 @@ var components = {
|
|
8377
8377
|
},
|
8378
8378
|
MuiSvgIcon: {
|
8379
8379
|
styleOverrides: {
|
8380
|
+
root: {
|
8381
|
+
color: "rgba(16, 24, 64, 0.04)"
|
8382
|
+
},
|
8380
8383
|
fontSizeLarge: {
|
8381
8384
|
width: 35,
|
8382
8385
|
height: 35,
|
@@ -8396,6 +8399,17 @@ var components = {
|
|
8396
8399
|
},
|
8397
8400
|
MuiIconButton: {
|
8398
8401
|
styleOverrides: {
|
8402
|
+
root: function root(_ref11) {
|
8403
|
+
var theme = _ref11.theme;
|
8404
|
+
return {
|
8405
|
+
"&:hover": {
|
8406
|
+
backgroundColor: "rgba(16, 24, 64, 0.04)"
|
8407
|
+
},
|
8408
|
+
"&>.MuiSvgIcon-root": {
|
8409
|
+
color: theme.palette.action.active
|
8410
|
+
}
|
8411
|
+
};
|
8412
|
+
},
|
8399
8413
|
sizeSmall: {
|
8400
8414
|
padding: 3
|
8401
8415
|
},
|
@@ -8474,8 +8488,8 @@ var components = {
|
|
8474
8488
|
},
|
8475
8489
|
MuiInputLabel: {
|
8476
8490
|
styleOverrides: {
|
8477
|
-
asterisk: function asterisk(
|
8478
|
-
var theme =
|
8491
|
+
asterisk: function asterisk(_ref12) {
|
8492
|
+
var theme = _ref12.theme;
|
8479
8493
|
return {
|
8480
8494
|
color: theme.palette.error.main
|
8481
8495
|
};
|