UNPKG

@mui/codemod

Version:
17 lines (16 loc) 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Component = void 0; const Component = exports.Component = styled('div')(({ theme }) => ({ backgroundColor: theme.alpha((theme.vars || theme).palette.primary.main, 0.5), '&:hover': { backgroundColor: theme.lighten(theme.palette.primary.main, 0.2) }, '&:active': { backgroundColor: theme.darken(theme.palette.primary.main, 0.2) } }));