@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.
@@ -4921,15 +4921,16 @@ var components$3 = {
4921
4921
  palette = _ref2$theme.palette,
4922
4922
  spacing = _ref2$theme.spacing;
4923
4923
  return {
4924
- color: palette.textColor.A80,
4924
+ color: palette.textColor[900],
4925
4925
  padding: spacing(0),
4926
4926
  '&.Mui-disabled': {
4927
- textFillColor: palette.textColor.A40
4927
+ textFillColor: palette.textColor[200]
4928
4928
  },
4929
4929
  '&::.placeholder': {
4930
4930
  opacity: 1,
4931
- color: palette.textColor.A40
4931
+ color: palette.textColor[200]
4932
4932
  },
4933
+ WebkitTextFillColor: palette.textColor[900] + " !important",
4933
4934
  '&:-webkit-autofill': {},
4934
4935
  /* Chrome / Safari */
4935
4936
  '&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
@@ -5644,6 +5645,7 @@ var components$6 = {
5644
5645
  opacity: 1,
5645
5646
  color: palette.textColor[200]
5646
5647
  },
5648
+ WebkitTextFillColor: palette.textColor[900] + " !important",
5647
5649
  /* Chrome / Safari */
5648
5650
  '&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
5649
5651
  WebkitTextFillColor: palette.textColor[900] + " !important",