@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
63 lines (62 loc) • 2.14 kB
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
'& .SCPaymentOrders-content': {
position: string;
margin: any;
'& table': {
'& tr': {
'& th': {
zIndex: number;
};
};
'& .SCGroup-root, .SCCategory-root': {
borderRadius: any;
maxWidth: string;
};
'& .SCPaymentProduct-root': {
borderRadius: string;
border: string;
boxShadow: string;
color: any;
'& .MuiAccordionSummary-root': {
backgroundColor: any;
opacity: number;
borderRadius: any;
};
};
};
'& .MuiCircularProgress-root': {
display: string;
margin: string;
};
};
'& .SCPaymentOrders-filters': {
[x: number]: {
width: string;
};
alignItems: string;
margin: any;
width: string;
'& .SCPaymentOrders-search': {
'& .MuiInputBase-root': {
paddingRight: number;
'& .MuiButtonBase-root': {
borderRadius: string;
height: string;
'& .MuiButton-endIcon': {
margin: number;
};
};
};
};
'& .SCPaymentOrders-picker': {
'& .MuiOutlinedInput-root': {
paddingRight: any;
};
};
};
};
};
};
export default Component;