Separate Client Portal & Dashboard
This commit is contained in:
19
frontend/client-portal/src/theme/overrides/Skeleton.ts
Normal file
19
frontend/client-portal/src/theme/overrides/Skeleton.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Skeleton(theme: Theme) {
|
||||
return {
|
||||
MuiSkeleton: {
|
||||
defaultProps: {
|
||||
animation: 'wave'
|
||||
},
|
||||
|
||||
styleOverrides: {
|
||||
root: {
|
||||
backgroundColor: theme.palette.background.neutral
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user