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.
@@ -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' : '#6690ff',
1631
+ background: option.value === selectedValue ? '#a0b7f5' : undefined,
1632
1632
  color: option.value === selectedValue ? 'white' : 'black'
1633
1633
  },
1634
1634
  className: "option",