@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.
@@ -3446,7 +3446,7 @@ var components = {
3446
3446
  '&.Mui-disabled': {
3447
3447
  backgroundColor: 'transparent',
3448
3448
  borderColor: 'none',
3449
- color: palette.textColor[100] || palette.textColor.A40
3449
+ color: palette.textColor[300] || palette.textColor.A40
3450
3450
  }
3451
3451
  };
3452
3452
  }
@@ -4912,6 +4912,9 @@ var components$3 = {
4912
4912
  WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4913
4913
  boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
4914
4914
  WebkitTextFillColor: palette.textColor[900] + " !important"
4915
+ },
4916
+ '&::placeholder': {
4917
+ color: palette.textColor[200]
4915
4918
  }
4916
4919
  };
4917
4920
  },
@@ -5640,7 +5643,6 @@ var components$6 = {
5640
5643
  WebkitTextFillColor: palette.textColor[200]
5641
5644
  },
5642
5645
  '&::placeholder': {
5643
- opacity: 1,
5644
5646
  color: palette.textColor[200]
5645
5647
  },
5646
5648
  WebkitTextFillColor: palette.textColor[900] + " !important",