UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

22 lines (21 loc) 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({}), menuRoot: ({ theme }) => ({ '& .SCNavigationSettingsIconButton-paper': { maxWidth: 400, padding: theme.spacing(2) } }), drawerRoot: ({ theme }) => ({ '& .MuiList-root': { '& a': { color: 'inherit' } } }) } }; exports.default = Component;