UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({ padding: theme.spacing(0.5) }), skeletonRoot: ({ theme }) => ({ padding: theme.spacing(0.5) }) } }; exports.default = Component;