UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

27 lines (25 loc) 718 B
function IconButton(theme) { return { MuiIconButton: { variants: [ { props: { color: 'default' }, style: { '&:hover': { backgroundColor: theme.palette.action.hover }, }, }, { props: { color: 'inherit' }, style: { '&:hover': { backgroundColor: theme.palette.action.hover }, }, }, ], styleOverrides: { root: {}, }, }, }; } export { IconButton as default }; //# sourceMappingURL=MuiIconButton.js.map