@sinco/react 1.2.4-rc.4 → 1.2.4-rc.5
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 +9 -6
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -8377,8 +8377,11 @@ var components = {
|
|
8377
8377
|
},
|
8378
8378
|
MuiSvgIcon: {
|
8379
8379
|
styleOverrides: {
|
8380
|
-
root: {
|
8381
|
-
|
8380
|
+
root: function root(_ref11) {
|
8381
|
+
var theme = _ref11.theme;
|
8382
|
+
return {
|
8383
|
+
color: theme.palette.action.active
|
8384
|
+
};
|
8382
8385
|
},
|
8383
8386
|
fontSizeLarge: {
|
8384
8387
|
width: 35,
|
@@ -8399,8 +8402,8 @@ var components = {
|
|
8399
8402
|
},
|
8400
8403
|
MuiIconButton: {
|
8401
8404
|
styleOverrides: {
|
8402
|
-
root: function root(
|
8403
|
-
var theme =
|
8405
|
+
root: function root(_ref12) {
|
8406
|
+
var theme = _ref12.theme;
|
8404
8407
|
return {
|
8405
8408
|
"&:hover": {
|
8406
8409
|
backgroundColor: "rgba(16, 24, 64, 0.04)"
|
@@ -8488,8 +8491,8 @@ var components = {
|
|
8488
8491
|
},
|
8489
8492
|
MuiInputLabel: {
|
8490
8493
|
styleOverrides: {
|
8491
|
-
asterisk: function asterisk(
|
8492
|
-
var theme =
|
8494
|
+
asterisk: function asterisk(_ref13) {
|
8495
|
+
var theme = _ref13.theme;
|
8493
8496
|
return {
|
8494
8497
|
color: theme.palette.error.main
|
8495
8498
|
};
|