code7-leia 0.1.153 → 0.1.154
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/code7-leia.cjs.development.js +1 -1
- package/dist/code7-leia.cjs.development.js.map +1 -1
- package/dist/code7-leia.cjs.production.min.js +1 -1
- package/dist/code7-leia.cjs.production.min.js.map +1 -1
- package/dist/code7-leia.esm.js +1 -1
- package/dist/code7-leia.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Select/index.tsx +1 -1
|
@@ -1628,7 +1628,7 @@ var CustomSelect = function CustomSelect(_ref) {
|
|
|
1628
1628
|
return React__default.createElement("div", {
|
|
1629
1629
|
key: option.value,
|
|
1630
1630
|
style: {
|
|
1631
|
-
background: option.value === selectedValue ? '#a0b7f5' :
|
|
1631
|
+
background: option.value === selectedValue ? '#a0b7f5' : undefined,
|
|
1632
1632
|
color: option.value === selectedValue ? 'white' : 'black'
|
|
1633
1633
|
},
|
|
1634
1634
|
className: "option",
|