@paubox/ui 0.16.3 → 0.16.4

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.
Files changed (2) hide show
  1. package/index.esm.js +5 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -2443,7 +2443,11 @@ var Button = /*#__PURE__*/ forwardRef(function(_param, ref) {
2443
2443
  children: [
2444
2444
  IconLeft && /*#__PURE__*/ jsx(IconWrapper$4, {
2445
2445
  iconLeft: true,
2446
- children: /*#__PURE__*/ jsx(IconLeft, {})
2446
+ children: /*#__PURE__*/ jsx(IconLeft, {
2447
+ sx: {
2448
+ fontSize: 'inherit'
2449
+ }
2450
+ })
2447
2451
  }),
2448
2452
  children,
2449
2453
  IconRight && /*#__PURE__*/ jsx(IconWrapper$4, {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@paubox/ui",
3
3
  "author": "Paubox, Inc.",
4
4
  "description": "Paubox Component Library",
5
- "version": "0.16.3",
5
+ "version": "0.16.4",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "publishConfig": {