@basic-ui/material 1.0.0-alpha.2 → 1.0.0-alpha.3

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.
@@ -2785,6 +2785,7 @@ const ListItem = /*#__PURE__*/react$1.forwardRef(function ListItem(props, forwar
2785
2785
  },
2786
2786
  '&[aria-selected="true"]': {
2787
2787
  backgroundColor: alpha(color, baseOpacity + 0.12),
2788
+ color,
2788
2789
  ':hover': {
2789
2790
  backgroundColor: alpha(color, hoverOpacity + 0.12)
2790
2791
  },