@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.
@@ -1964,7 +1964,7 @@ var Skeleton = function Skeleton(_ref) {
1964
1964
  var _useTheme = useTheme$1(),
1965
1965
  palette = _useTheme.palette;
1966
1966
  return React__default.createElement(MuiSkeleton, Object.assign({
1967
- color: palette.base[200]
1967
+ color: palette.secondary[500]
1968
1968
  }, props));
1969
1969
  };
1970
1970
 
@@ -5131,7 +5131,7 @@ var components$9 = {
5131
5131
  padding: '8px 8px !important',
5132
5132
  borderRadius: '8px !important',
5133
5133
  backgroundColor: theme.palette.base[50] + " !important",
5134
- gap: '4px !important',
5134
+ gap: '8px !important',
5135
5135
  display: 'flex',
5136
5136
  flexDirection: 'column'
5137
5137
  };