Separate Client Portal & Dashboard
This commit is contained in:
16
frontend/client-portal/src/theme/overrides/Breadcrumbs.ts
Normal file
16
frontend/client-portal/src/theme/overrides/Breadcrumbs.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Breadcrumbs(theme: Theme) {
|
||||
return {
|
||||
MuiBreadcrumbs: {
|
||||
styleOverrides: {
|
||||
separator: {
|
||||
marginLeft: theme.spacing(2),
|
||||
marginRight: theme.spacing(2)
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user