UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

34 lines (33 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({ '& .SCDefaultDrawerContent-no-results': { paddingLeft: theme.spacing(2) }, '& .SCDefaultDrawerContent-title': { paddingTop: theme.spacing(1) }, '& .SCDefaultDrawerContent-navigation': { paddingTop: theme.spacing(0.5), paddingBottom: 0, '& .MuiListItemButton-root': { paddingLeft: theme.spacing(3), paddingRight: theme.spacing(3), '& .MuiListItemText-root .MuiTypography-root': { fontWeight: 700 } }, '& .MuiListItemIcon-root': { minWidth: 0, marginRight: theme.spacing(2) }, '& .MuiIcon-root': { fontSize: 18 } } }) } }; exports.default = Component;