aefis-core-ui 2.3.0-rc21 → 2.3.0-rc22

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.
@@ -4862,7 +4862,7 @@ const ListItem = ({
4862
4862
  }) => {
4863
4863
  const keyValue = useUID();
4864
4864
  const listItemStyle = {
4865
- backgroundColor: _selected && _selectedType === "background" ? "#f5fbfe" : "#ffffff",
4865
+ backgroundColor: _selected && _selectedType === "background" ? "#f5fbfe" : "transparent",
4866
4866
  border: _selected && _selectedType === "outlined" ? "2px solid #2295f2" : "none"
4867
4867
  };
4868
4868
  if (!_hasGutter) {