@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
16 lines (15 loc) • 385 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const Component = {
styleOverrides: {
root: ({ theme }) => ({}),
badgeRoot: ({ theme }) => ({
background: '#008080',
borderRadius: 3,
padding: '1px',
height: 'auto',
fontSize: 12
})
}
};
exports.default = Component;
;