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>

28 lines (25 loc) 676 B
import colors from '../theme/colors.js'; import { fontFamily, fontSize, fontWeight } from '../theme/typography.js'; import '../tslib.es6-35932c2c.js'; var MuiInputLabel = { root: { "&.MuiInputLabel-formControl": { position: "relative", fontFamily: fontFamily.headline, fontSize: fontSize.s, fontWeight: fontWeight.medium, color: colors.text.primary, marginBottom: 6 } }, animated: { transform: "none" }, formControl: { transform: "none" }, shrink: { transform: "none" } }; export { MuiInputLabel as default };