@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>
23 lines (20 loc) • 604 B
JavaScript
import { fontFamily } from '../theme/typography.js';
import '../tslib.es6-35932c2c.js';
var MuiInputBase = {
root: {
fontFamily: fontFamily.body,
"& input": {
padding: 0,
/* Chrome, Safari, Edge, Opera */
"&::-webkit-outer-spin-button, &::-webkit-inner-spin-button": {
"-webkit-appearance": "none",
margin: 0
},
/* Firefox */
"&[type=number]": {
"-moz-appearance": "textfield"
}
}
}
};
export { MuiInputBase as default };