labsense-ui-kit 1.2.73 → 1.2.74

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.
@@ -7969,12 +7969,12 @@ var SelectOption = function SelectOption(_ref36) {
7969
7969
  "$size": size
7970
7970
  }, label) : React.createElement(LabelText$1, {
7971
7971
  "$fontStyle": fontStyle ? fontStyle : 'italic',
7972
- "$color": themeColors.vms.text.light,
7972
+ "$color": color || themeColors.vms.text.medium,
7973
7973
  "$size": size
7974
7974
  }, labelText), React.createElement(Icon, {
7975
7975
  icon: isOpen ? 'UpArrow' : 'DownArrow',
7976
7976
  size: 7,
7977
- color: themeColors.vms.text.medium
7977
+ color: color || themeColors.vms.text.medium
7978
7978
  })), isOpen && React.createElement(DropdownMenu$1, {
7979
7979
  "$width": width,
7980
7980
  "$menuBackground": menuBackground,