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

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
  },
@@ -5087,7 +5088,7 @@ const TabInner = /*#__PURE__*/react$1.forwardRef(function Tab(props, forwardedRe
5087
5088
  return /*#__PURE__*/jsxRuntime.jsxs(Box, {
5088
5089
  position: "relative",
5089
5090
  display: "flex",
5090
- flexGrow: 1,
5091
+ flex: 1,
5091
5092
  flexDirection: "column",
5092
5093
  children: [/*#__PURE__*/jsxRuntime.jsx(RippleBox, _extends__default['default']({
5093
5094
  as: innerAs,