@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>
22 lines (17 loc) • 510 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var theme_colors = require('../theme/colors.js');
require('../tslib.es6-9240d9d1.js');
var MuiFormIconButton = {
root: {
color: "currentColor",
"&:hover": {
color: "currentColor",
backgroundColor: "transparent",
"& .icon path": {
fill: theme_colors["default"].text.primary
}
}
}
};
exports["default"] = MuiFormIconButton;