UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

15 lines (14 loc) 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({ maxWidth: theme.breakpoints.values['lg'], [theme.breakpoints.down('md')]: { paddingLeft: 0, paddingRight: 0 } }) } }; exports.default = Component;