Separate Client Portal & Dashboard
This commit is contained in:
22
frontend/dashboard/src/theme/overrides/LoadingButton.ts
Normal file
22
frontend/dashboard/src/theme/overrides/LoadingButton.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function LoadingButton(theme: Theme) {
|
||||
return {
|
||||
MuiLoadingButton: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
'&.MuiButton-text': {
|
||||
'& .MuiLoadingButton-startIconPendingStart': {
|
||||
marginLeft: 0
|
||||
},
|
||||
'& .MuiLoadingButton-endIconPendingEnd': {
|
||||
marginRight: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user