@rabex-kit/rabex-ui 0.2.39 → 0.2.40

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.
@@ -1960,7 +1960,9 @@ var Skeleton = function Skeleton(_ref) {
1960
1960
  var _useTheme = useTheme$1(),
1961
1961
  palette = _useTheme.palette;
1962
1962
  return React.createElement(MuiSkeleton, Object.assign({
1963
- color: palette.secondary[500]
1963
+ sx: {
1964
+ bgcolor: palette.secondary[500]
1965
+ }
1964
1966
  }, props));
1965
1967
  };
1966
1968