UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

39 lines (38 loc) 1.16 kB
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .SCGroupInfoWidget-title': { fontWeight: any; marginBottom: any; }; '& .SCGroupInfoWidget-description': { marginBottom: any; }; '& .SCGroupInfoWidget-privacy': { marginBottom: any; '& .SCGroupInfoWidget-privacy-title': { color: any; fontWeight: any; display: string; alignItems: string; gap: any; }; }; '& .SCGroupInfoWidget-visibility-title': { color: any; fontWeight: any; display: string; alignItems: string; gap: any; }; '& .SCGroupInfoWidget-date': { paddingTop: string; }; '& .SCGroupInfoWidget-admin': { marginTop: any; }; }; skeletonRoot: ({ theme }: any) => {}; }; }; export default Component;