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>

17 lines (14 loc) 453 B
import { fontSize, lineHeight } from '../theme/typography.js'; import colors from '../theme/colors.js'; import boxShadow from '../theme/boxShadow.js'; import '../tslib.es6-35932c2c.js'; var MuiTooltip = { tooltip: { boxShadow: boxShadow.md, fontSize: fontSize.xs2, lineHeight: lineHeight.xs1, color: colors.gray.white, backgroundColor: colors.text.primary } }; export { MuiTooltip as default };