diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index d043ed7a187f8a..d74a93cccd24be 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -957,17 +957,13 @@ function renderMasterRow(key: string, gridSx: object, plans: Array) { (theme) => ({ '&:hover > div': { bgcolor: alpha(theme.palette.grey[50], 0.4), - '@media (hover: none)': { - bgcolor: 'initial', - }, }, - }), - (theme) => - theme.applyDarkStyles({ + ...theme.applyDarkStyles({ '&:hover > div': { bgcolor: alpha(theme.palette.primaryDark[900], 0.5), }, }), + }), ]} > {rowHeaders[key]}