jbx 1.7.2 → 1.7.3

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.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -397,8 +397,8 @@ export const Checkbox = function Checkbox({ label, checked, onChange }) {
397
397
  'svg',
398
398
  {
399
399
  xmlns: 'http://www.w3.org/2000/svg',
400
- width: '24',
401
- height: '24',
400
+ width: 40 - BASE_SIZE,
401
+ height: 40 - BASE_SIZE,
402
402
  fill: 'none',
403
403
  stroke: 'currentColor',
404
404
  strokeLinecap: 'round',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jbx",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "hi@javier.xyz",