UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 567 B
"use strict";var e=require("@mui/material");const t=e.styled(e.Menu)(({theme:t})=>({"& .MuiPaper-root":{backgroundColor:t.custom.palette.surface.raised,borderRadius:t.spacing(t.custom.radius.sm),marginTop:t.spacing(1),minWidth:180,border:`1px solid ${t.custom.palette.stroke.default}`,boxShadow:"none","& .MuiMenu-list":{padding:`${t.spacing(t.custom.padding.xs)} 0`},"& .MuiMenuItem-root":{"& .MuiSvgIcon-root":{color:t.custom.palette.text.primary},"&:active":{backgroundColor:e.alpha(t.palette.primary.main,t.palette.action.selectedOpacity)}}}}));module.exports=t;