@rabex-kit/rabex-ui 0.2.37 → 0.2.39

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,7 @@ 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.base[200]
1963
+ color: palette.secondary[500]
1964
1964
  }, props));
1965
1965
  };
1966
1966
 
@@ -5127,7 +5127,7 @@ var components$9 = {
5127
5127
  padding: '8px 8px !important',
5128
5128
  borderRadius: '8px !important',
5129
5129
  backgroundColor: theme.palette.base[50] + " !important",
5130
- gap: '4px !important',
5130
+ gap: '8px !important',
5131
5131
  display: 'flex',
5132
5132
  flexDirection: 'column'
5133
5133
  };