UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

77 lines (76 loc) 2.35 kB
declare const Component: { styleOverrides: { root: ({ theme }: any) => { '& .SCGroups-skeleton-root ': { '& .MuiGrid-item': { paddingTop: number; }; }; '& .MuiGrid-container': { justifyContent: string; }; '& .SCGroups-filters': { marginTop: any; marginBottom: any; }; '& .SCGroups-search': { '& .MuiButtonBase-root': { minWidth: string; '& .MuiButton-endIcon': { margin: number; }; }; }; '& .SCGroups-groups': { marginTop: any; '& .SCGroups-item': { [x: number]: { padding: any; }; width: string; '& > div': { cursor: string; padding: any; }; }; }; '& .SCGroups-no-results': { marginTop: any; display: string; flexDirection: string; justifyContent: string; alignItems: string; '& h4': { fontWeight: any; fontSize: any; }; '& .MuiTypography-body1': { fontWeight: any; fontSize: any; }; }; '& .SCGroups-end-message': { display: string; alignItems: string; justifyContent: string; '& .MuiButtonBase-root': { paddingLeft: any; '&.Mui-selected, &:hover': { backgroundColor: string; }; }; }; }; skeletonRoot: ({ theme }: any) => { '& .SCGroups-groups': { justifyContent: string; marginTop: any; '& .SCGroup-skeleton-root': { padding: any; width: string; }; }; }; }; }; export default Component;