@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
17 lines (16 loc) • 416 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const Component = {
styleOverrides: {
root: ({ theme }) => ({
paddingLeft: 4,
paddingRight: 4,
width: 'auto',
minWidth: 31,
marginLeft: theme.spacing(),
marginRight: theme.spacing(),
height: 30
})
}
};
exports.default = Component;
;