@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>
21 lines (16 loc) • 629 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var theme_typography = require('../theme/typography.js');
var theme_colors = require('../theme/colors.js');
var theme_boxShadow = require('../theme/boxShadow.js');
require('../tslib.es6-9240d9d1.js');
var MuiTooltip = {
tooltip: {
boxShadow: theme_boxShadow["default"].md,
fontSize: theme_typography.fontSize.xs3,
lineHeight: theme_typography.lineHeight.s,
color: theme_colors["default"].gray.white,
backgroundColor: theme_colors["default"].text.primary
}
};
exports["default"] = MuiTooltip;