@fixefy/fixefy-ui-components 0.3.73 → 0.3.74

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.
@@ -92,6 +92,13 @@ const FxButtonModalWithComponent = ({ btnType = 'text', btnValue, modalData, onC
92
92
  MenuListProps: {
93
93
  'aria-labelledby': 'fade-button'
94
94
  },
95
+ sx: {
96
+ '& .MuiList-root': {
97
+ padding: 0,
98
+ paddingTop: 0,
99
+ paddingBottom: 0
100
+ }
101
+ },
95
102
  anchorEl: AnchorEl,
96
103
  open: isOpen,
97
104
  onClose: handleClose,
package/package.json CHANGED
@@ -69,5 +69,5 @@
69
69
  "require": "./dist/index.js"
70
70
  }
71
71
  },
72
- "version": "0.3.73"
72
+ "version": "0.3.74"
73
73
  }