@fixefy/fixefy-ui-components 0.2.43 → 0.2.44
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.
|
@@ -489,7 +489,8 @@ const FxAsyncDropdown = /*#__PURE__*/ _react.default.forwardRef((props)=>{
|
|
|
489
489
|
sx: {
|
|
490
490
|
minWidth: '20px',
|
|
491
491
|
maxWidth: '20px',
|
|
492
|
-
cursor: 'pointer'
|
|
492
|
+
cursor: 'pointer',
|
|
493
|
+
paddingLeft: '3px'
|
|
493
494
|
},
|
|
494
495
|
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_FxIcon.FxIcon, {
|
|
495
496
|
onClick: ()=>{
|
package/package.json
CHANGED