UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

24 lines (23 loc) 767 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCUserAvatar-badge-content': { width: 16, height: 16, backgroundColor: theme.palette.background.paper, border: `1px solid ${theme.palette.background.paper}` }, '& .SCUserAvatar-badge-content-xs': { width: `${theme.spacing(1.75)} !important`, height: `${theme.spacing(1.75)} !important` }, '.MuiBadge-badge': { right: theme.spacing(0.2), top: theme.spacing(0.9) } }) } }; exports.default = Component;