UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 569 B
import{styled as t,Menu as o,alpha as e}from"@mui/material";const a=t(o)(({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(t.palette.primary.main,t.palette.action.selectedOpacity)}}}}));export{a as default};