@rabex-kit/rabex-ui 0.2.18 → 0.2.20

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.
@@ -1378,7 +1378,7 @@ IconButton.displayName = 'IconButton';
1378
1378
  IconButton.defaultProps = {
1379
1379
  variant: 'circular',
1380
1380
  hasBg: false,
1381
- disableOpacity: false,
1381
+ disableOpacity: true,
1382
1382
  size: 'md',
1383
1383
  disableRipple: true
1384
1384
  };
@@ -6111,7 +6111,7 @@ var SegmentedControl = /*#__PURE__*/styled(MuiTabs, {
6111
6111
  // padding: theme.spacing(1),
6112
6112
  // },
6113
6113
  '& .MuiTabs-fixed': {
6114
- padding: theme.spacing(1)
6114
+ padding: theme.spacing(0)
6115
6115
  },
6116
6116
  '& .MuiTabs-flexContainer': {
6117
6117
  gap: theme.spacing(1)