labsense-ui-kit 1.2.87 → 1.2.89
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
|
@@ -7624,7 +7624,7 @@ var MultiSelectDropdown = function MultiSelectDropdown(_ref31) {
|
|
|
7624
7624
|
optionBorder: optionBorder,
|
|
7625
7625
|
optionColor: optionColor,
|
|
7626
7626
|
searchIcon: searchIcon,
|
|
7627
|
-
searchbarTextColor: searchbarTextColor,
|
|
7627
|
+
searchbarTextColor: searchbarTextColor || themeColors.vms.text.dark,
|
|
7628
7628
|
searchBoxBorder: searchBoxBorder || "1px solid " + themeColors.vms.border.light,
|
|
7629
7629
|
searchBoxBorderRadius: searchBoxBorderRadius || '0px',
|
|
7630
7630
|
searchBoxBackground: searchBoxBackground,
|