@rabex-kit/rabex-ui 0.2.68 → 0.2.70

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.
@@ -3442,7 +3442,7 @@ var components = {
3442
3442
  '&.Mui-disabled': {
3443
3443
  backgroundColor: 'transparent',
3444
3444
  borderColor: 'none',
3445
- color: palette.textColor[100] || palette.textColor.A40
3445
+ color: palette.textColor[300] || palette.textColor.A40
3446
3446
  }
3447
3447
  };
3448
3448
  }
@@ -4908,6 +4908,9 @@ var components$3 = {
4908
4908
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4909
4909
  boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4910
4910
  WebkitTextFillColor: palette.textColor[900] + " !important"
4911
+ },
4912
+ '&::placeholder': {
4913
+ color: palette.textColor[200]
4911
4914
  }
4912
4915
  };
4913
4916
  },
@@ -5636,7 +5639,6 @@ var components$6 = {
5636
5639
  WebkitTextFillColor: palette.textColor[200]
5637
5640
  },
5638
5641
  '&::placeholder': {
5639
- opacity: 1,
5640
5642
  color: palette.textColor[200]
5641
5643
  },
5642
5644
  WebkitTextFillColor: palette.textColor[900] + " !important",