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>

19 lines (16 loc) 417 B
import colors from '../theme/colors.js'; import { borderRadius } from '../theme/borders.js'; import '../tslib.es6-35932c2c.js'; var MuiLinearProgress = { root: { height: 4, borderRadius: borderRadius.xs1 }, colorPrimary: { backgroundColor: colors.gray[100] }, bar: { transition: "transform .2s linear" } }; export { MuiLinearProgress as default };