UNPKG

@wulperstudio/cms

Version:
25 lines (24 loc) 683 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomIconButton = exports.BoxIcon = void 0; var _material = require("@mui/material"); var CustomIconButton = exports.CustomIconButton = (0, _material.styled)(_material.IconButton)(function (_ref) { var theme = _ref.theme; return { backgroundColor: theme.palette.background["default"] // '&:hover': { // backgroundColor: 'rgba(259, 259, 259, 0.4)', // }, }; }); var BoxIcon = exports.BoxIcon = (0, _material.styled)('div')(function () { return { width: '24px', height: '24px', display: 'flex', justifyContent: 'center', alignItems: 'center' }; });