UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

32 lines (31 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { menuRoot: ({ theme }) => ({ '& .SCNavigationSettingsIconButton-paper': { maxWidth: 400, padding: theme.spacing(2), '& .MuiList-root': { padding: 0 } }, '& .SCNavigationSettingsIconButton-item': { color: theme.palette.getContrastText(theme.palette.background.default), '& .MuiListItemIcon-root': { marginLeft: theme.spacing(0.5), marginBottom: theme.spacing(0.5), color: theme.palette.secondary.main } } }), drawerRoot: ({ theme }) => ({ '& .SCNavigationSettingsIconButton-item .MuiListItemIcon-root': { marginLeft: theme.spacing(0.5), marginBottom: theme.spacing(0.5), color: theme.palette.secondary.main } }) } }; exports.default = Component;