UNPKG

@stakefish/ui

Version:

<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>

31 lines (28 loc) 669 B
import colors from '../theme/colors.js'; import '../tslib.es6-35932c2c.js'; var MuiAccordionSummary = { root: { backgroundColor: "transparent", padding: "1.625rem 0px" }, content: { margin: 0, "&$expanded": { margin: 0 } }, expandIcon: { "&:hover": { "&.MuiIconButton-root .icon path": { fill: colors.icon.secondary } }, "&.MuiIconButton-root": { padding: 0 }, "&.MuiIconButton-edgeEnd": { marginRight: 0 } } }; export { MuiAccordionSummary as default };