UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 321 B
import{styled as t}from"@mui/material";import{StyledSurface as e}from"../../EmojiListItem/_partials/StyledSurface.js";const o=t(e)(({theme:t,disabled:e})=>({border:`1px solid ${t.custom.palette.stroke.default}`,cursor:"initial",...e&&{backgroundColor:t.custom.palette.interaction.disabled}}));export{o as StyledSurface};