@rabex-kit/rabex-ui 0.2.55 → 0.2.56
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/rabex-ui.cjs.development.js +5 -3
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +5 -3
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
|
@@ -4917,15 +4917,16 @@ var components$3 = {
|
|
|
4917
4917
|
palette = _ref2$theme.palette,
|
|
4918
4918
|
spacing = _ref2$theme.spacing;
|
|
4919
4919
|
return {
|
|
4920
|
-
color: palette.textColor
|
|
4920
|
+
color: palette.textColor[900],
|
|
4921
4921
|
padding: spacing(0),
|
|
4922
4922
|
'&.Mui-disabled': {
|
|
4923
|
-
textFillColor: palette.textColor
|
|
4923
|
+
textFillColor: palette.textColor[200]
|
|
4924
4924
|
},
|
|
4925
4925
|
'&::.placeholder': {
|
|
4926
4926
|
opacity: 1,
|
|
4927
|
-
color: palette.textColor
|
|
4927
|
+
color: palette.textColor[200]
|
|
4928
4928
|
},
|
|
4929
|
+
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
4929
4930
|
'&:-webkit-autofill': {},
|
|
4930
4931
|
/* Chrome / Safari */
|
|
4931
4932
|
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
@@ -5640,6 +5641,7 @@ var components$6 = {
|
|
|
5640
5641
|
opacity: 1,
|
|
5641
5642
|
color: palette.textColor[200]
|
|
5642
5643
|
},
|
|
5644
|
+
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
5643
5645
|
/* Chrome / Safari */
|
|
5644
5646
|
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
5645
5647
|
WebkitTextFillColor: palette.textColor[900] + " !important",
|