UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { displayRoot: ({ theme }) => ({ '& .SCMediaShare-share-preview': { paddingLeft: theme.spacing(), paddingRight: theme.spacing() } }) } }; exports.default = Component;