labsense-ui-kit 1.2.59 → 1.2.60

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.
@@ -7768,7 +7768,8 @@ var SelectOption = function SelectOption(_ref36) {
7768
7768
  icon: icon.name,
7769
7769
  size: icon.size || 14,
7770
7770
  weight: icon.weight || '1px',
7771
- color: icon.color || themeColors.vms.text.medium
7771
+ color: icon.color || themeColors.vms.text.medium,
7772
+ cursor: 'pointer'
7772
7773
  }), label ? React.createElement(LabelText$1, {
7773
7774
  "$color": color,
7774
7775
  "$disabled": disabled,