@onehat/ui 0.3.123 → 0.3.124

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.123",
3
+ "version": "0.3.124",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -479,6 +479,7 @@ export function ComboComponent(props) {
479
479
  _hover={{
480
480
  bg: styles.FORM_COMBO_TRIGGER_HOVER_BG,
481
481
  }}
482
+ mr={1}
482
483
  />;
483
484
  }
484
485
  if (showEyeButton && !_.isNil(value)) {
@@ -495,6 +496,7 @@ export function ComboComponent(props) {
495
496
  _hover={{
496
497
  bg: styles.FORM_COMBO_TRIGGER_HOVER_BG,
497
498
  }}
499
+ mr={1}
498
500
  />;
499
501
  }
500
502