labsense-ui-kit 1.2.89 → 1.2.90
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7975,7 +7975,7 @@ var SelectOption = function SelectOption(_ref37) {
|
|
|
7975
7975
|
}, title && React__default.createElement(TitleText$1, {
|
|
7976
7976
|
"$size": size,
|
|
7977
7977
|
htmlFor: title,
|
|
7978
|
-
"$titlecolor": titlecolor,
|
|
7978
|
+
"$titlecolor": titlecolor || themeColors.vms.text.dark,
|
|
7979
7979
|
"$titleWeight": titleWeight
|
|
7980
7980
|
}, title, required && React__default.createElement(Asterisk, null, "*")), titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.node), React__default.createElement(DropdownContainer$1, {
|
|
7981
7981
|
ref: dropdownRef,
|