diff --git a/docs/src/modules/components/MuiProductSelector.tsx b/docs/src/modules/components/MuiProductSelector.tsx index 49649a2dd9c61f..a5686733531906 100644 --- a/docs/src/modules/components/MuiProductSelector.tsx +++ b/docs/src/modules/components/MuiProductSelector.tsx @@ -107,36 +107,38 @@ export default function MuiProductSelector() { name="MUI Core" description="Ready-to-use foundational React components, free forever." /> - - .MuiChip-root': { - position: 'initial', - '&:hover': { - '& .product-description': { - opacity: 1, - }, + .MuiChip-root': { + position: 'initial', + '&:hover': { + '& .product-description': { + opacity: 1, }, }, - }} - > - {coreProducts.map((product) => ( - - ))} - - + }, + }} + > + {coreProducts.map((product) => ( + + ))} + - - .MuiChip-root': { - position: 'initial', - '&:hover': { - '& .product-description': { - opacity: 1, - }, + .MuiChip-root': { + position: 'initial', + '&:hover': { + '& .product-description': { + opacity: 1, }, }, - }} - > - {advancedProducts.map((product) => ( - - ))} - - + }, + }} + > + {advancedProducts.map((product) => ( + + ))} +
  • ({ + p: 2, + pr: 3, + width: '100%', + '&:hover': { + backgroundColor: 'grey.50', + }, + ...theme.applyDarkStyles({ '&:hover': { - backgroundColor: 'grey.50', + backgroundColor: alpha(theme.palette.primaryDark[700], 0.4), }, - }, - (theme) => - theme.applyDarkStyles({ - '&:hover': { - backgroundColor: alpha(theme.palette.primaryDark[700], 0.4), - }, - }), - ]} + }), + })} >