@phpsoftbox/react-softbox 2.4.4 → 2.4.5

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.
@@ -371,8 +371,10 @@
371
371
  background: transparent;
372
372
  color: var(--color-text);
373
373
  cursor: pointer;
374
- font: inherit;
374
+ font-family: inherit;
375
+ font-size: var(--select-option-font-size, var(--ui-control-font-size, var(--font-size-3)));
375
376
  font-weight: var(--select-option-font-weight, 400);
377
+ line-height: var(--select-option-line-height, var(--ui-control-line-height, 1.2));
376
378
  text-align: left;
377
379
  }
378
380
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phpsoftbox/react-softbox",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",