UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 653 B
"use strict";var t=require("@mui/material");const o=t.styled(t.ListItemButton)(({theme:o})=>({width:"100%",borderRadius:o.spacing(o.custom.radius.md),backgroundColor:o.custom.palette.interaction.none,paddingLeft:o.spacing(o.custom.padding.xs),paddingRight:o.spacing(o.custom.padding.xs),"&:hover":{backgroundColor:o.custom.palette.interaction.hover,[`& .${t.formControlLabelClasses.root}`]:{[`& .${t.checkboxClasses.root}`]:{backgroundColor:o.custom.palette.blue[0]}}},"&:active":{backgroundColor:o.custom.palette.interaction.press},"&.Mui-selected":{backgroundColor:o.custom.palette.interaction.press},"&.Mui-disabled":{opacity:1}}));module.exports=o;