@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
123 lines (122 loc) • 3.97 kB
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
'& .SCEventForm-cover': {
position: string;
height: number;
minHeight: number;
'& .SCEventForm-upload-event-cover-root': {
position: string;
right: any;
bottom: any;
padding: any;
minWidth: string;
};
};
'& .SCEventForm-header': {
marginTop: any;
color: any;
};
'& .SCEventForm-form': {
'& .SCEventForm-picker': {
width: string;
'& .MuiFormHelperText-root': {
height: number;
marginTop: number;
};
};
'& .MuiTextField-root, .SCEventForm-frequency': {
marginBottom: any;
};
'& .MuiButton-text': {
justifyContent: string;
paddingLeft: any;
'&:hover': {
backgroundColor: string;
};
};
};
'& .SCEventForm-date-time': {
display: string;
alignItems: string;
justifyContent: string;
gap: any;
'& .MuiInputBase-root': {
paddingLeft: any;
};
};
'& .SCEventForm-error': {
color: any;
};
'& .SCEventForm-switch': {
'& .MuiButtonBase-root': {
'&.Mui-checked': {
color: any;
'& + .MuiSwitch-track': {
backgroundColor: any;
};
};
};
};
'& .SCEventForm-switch-label': {
fontWeight: any;
display: string;
alignItems: string;
justifyContent: string;
gap: any;
};
'& .SCEventForm-active': {
color: any;
};
'& .SCEventForm-actions': {
marginTop: any;
display: string;
justifyContent: string;
'& button': {
width: string;
};
};
'& .SCEventForm-privacy-section': {
marginTop: any;
justifyContent: string;
'& .SCEventForm-privacy-section-info': {
marginBottom: any;
};
};
'& .SCEventForm-visibility-section-info': {
marginTop: any;
};
'& .MuiDivider-root': {
marginTop: any;
border: string;
};
'& .MuiDialogTitle-root': {
'& span': {
flexGrow: number;
textAlign: string;
};
};
'& .SCEventForm-event-address-root': {
marginTop: any;
backgroundColor: any;
borderRadius: number;
'& .SCEventForm-event-address-tabs': {
padding: any;
'& .MuiTabs-indicator': {
bottom: any;
};
};
'& .SCEventForm-event-address-tab': {
textTransform: string;
};
'& .SCEventForm-event-address-tab-content': {
padding: any;
};
};
'& .SCEventForm-paywalls-configurator-wrap': {
margin: string;
};
};
};
};
export default Component;