@rabex-kit/rabex-ui 0.2.51 → 0.2.52

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.
@@ -4636,20 +4636,20 @@ var components$1 = {
4636
4636
  styleOverrides: {
4637
4637
  root: function root(_ref) {
4638
4638
  var theme = _ref.theme;
4639
- return _extends({}, theme.palette.mode === 'dark' ? {
4640
- backgroundColor: theme.palette.base.A40,
4639
+ return {
4640
+ backgroundColor: theme.palette.base[50],
4641
4641
  backgroundImage: 'none',
4642
4642
  boxShadow: 'none'
4643
- } : {});
4643
+ };
4644
4644
  },
4645
4645
  outlined: function outlined(_ref2) {
4646
4646
  var theme = _ref2.theme;
4647
4647
  return {
4648
- border: "1px solid " + theme.palette.base.A20
4648
+ border: "1px solid " + theme.palette.base[100]
4649
4649
  };
4650
4650
  },
4651
4651
  rounded: {
4652
- borderRadius: 16
4652
+ borderRadius: 12
4653
4653
  }
4654
4654
  },
4655
4655
  variants: [{