UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { requestRoot: ({ theme }) => ({}), drawerRoot: ({ theme }) => ({ '& > div.MuiPaper-root': { padding: theme.spacing(2) } }) } }; exports.default = Component;