@fixefy/fixefy-ui-components 0.2.36 → 0.2.37

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.
@@ -415,7 +415,8 @@ const FxAsyncDropdown = /*#__PURE__*/ _react.default.forwardRef((props)=>{
415
415
  icon: `${option.logo ? `${logo_folder_name}/${option.logo}` : logo_placeholder ? logo_placeholder : (_option_name = option === null || option === void 0 ? void 0 : option[name]) !== null && _option_name !== void 0 ? _option_name : 'x'}`,
416
416
  width: 70,
417
417
  height: 16,
418
- variant: "square"
418
+ variant: "square",
419
+ fontSize: 17
419
420
  })
420
421
  }),
421
422
  /*#__PURE__*/ (0, _jsxruntime.jsxs)(_material.Box, {
package/package.json CHANGED
@@ -65,5 +65,5 @@
65
65
  "require": "./dist/index.js"
66
66
  }
67
67
  },
68
- "version": "0.2.36"
68
+ "version": "0.2.37"
69
69
  }