Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 24, 2023
1 parent d150432 commit d36bacb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/src/components/pricing/PricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -957,17 +957,13 @@ function renderMasterRow(key: string, gridSx: object, plans: Array<any>) {
(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]}
Expand Down

0 comments on commit d36bacb

Please sign in to comment.