@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>
16 lines (11 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var theme_typography = require('../theme/typography.js');
var MuiButton = {
root: {
minWidth: 0,
fontFamily: theme_typography.fontFamily.headline,
fontWeight: theme_typography.fontWeight.medium
}
};
exports["default"] = MuiButton;