@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
37 lines (36 loc) • 1.09 kB
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
'& .SCLiveStreamForm-cover': {
position: string;
height: number;
minHeight: number;
'& .SCEventForm-upload-event-cover-root': {
position: string;
right: any;
bottom: any;
padding: any;
minWidth: string;
};
};
'& .SCLiveStreamForm-warning': {
margin: any;
"& a": {
color: any;
fontWeight: string;
textDecoration: string;
whiteSpace: string;
};
};
"& .SCLiveStreamForm-access-view": {
margin: any;
};
"& .SCLiveStreamForm-actions": {
display: string;
justifyContent: string;
marginTop: any;
};
};
};
};
export default Component;