@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
23 lines (18 loc) • 617 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var theme_colors = require('../theme/colors.js');
var theme_typography = require('../theme/typography.js');
require('../tslib.es6-9240d9d1.js');
var MuiFormHelperText = {
root: {
margin: 0,
marginTop: 6,
fontSize: theme_typography.fontSize.xs3,
fontWeight: theme_typography.fontWeight.medium,
color: theme_colors["default"].text.secondary,
"&.Mui-error": {
color: theme_colors["default"].text.negative
}
}
};
exports["default"] = MuiFormHelperText;