@rabex-kit/rabex-ui 0.2.18 → 0.2.19

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.
@@ -1374,7 +1374,7 @@ IconButton.displayName = 'IconButton';
1374
1374
  IconButton.defaultProps = {
1375
1375
  variant: 'circular',
1376
1376
  hasBg: false,
1377
- disableOpacity: false,
1377
+ disableOpacity: true,
1378
1378
  size: 'md',
1379
1379
  disableRipple: true
1380
1380
  };