UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { paper: ({ theme }) => ({ borderRadius: theme.shape.borderRadius / 2 }) } }; exports.default = Component;