UNPKG

@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>

26 lines (21 loc) 688 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var theme_colors = require('../theme/colors.js'); require('../tslib.es6-9240d9d1.js'); var MuiMenuItem = { root: { paddingTop: 16, paddingBottom: 16, paddingLeft: 24, paddingRight: 24, "&.Mui-selected": { backgroundColor: theme_colors["default"].primary.main, color: theme_colors["default"].gray.white, "&:hover": { backgroundColor: theme_colors["default"].primary.main, color: theme_colors["default"].gray.white } } } }; exports["default"] = MuiMenuItem;