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.
package/dist/index.js CHANGED
@@ -7973,12 +7973,12 @@ var SelectOption = function SelectOption(_ref36) {
7973
7973
  "$size": size
7974
7974
  }, label) : React__default.createElement(LabelText$1, {
7975
7975
  "$fontStyle": fontStyle ? fontStyle : 'italic',
7976
- "$color": themeColors.vms.text.light,
7976
+ "$color": color || themeColors.vms.text.medium,
7977
7977
  "$size": size
7978
7978
  }, labelText), React__default.createElement(Icon, {
7979
7979
  icon: isOpen ? 'UpArrow' : 'DownArrow',
7980
7980
  size: 7,
7981
- color: themeColors.vms.text.medium
7981
+ color: color || themeColors.vms.text.medium
7982
7982
  })), isOpen && React__default.createElement(DropdownMenu$1, {
7983
7983
  "$width": width,
7984
7984
  "$menuBackground": menuBackground,