Separate Client Portal & Dashboard
This commit is contained in:
23
frontend/dashboard/src/theme/overrides/Timeline.ts
Normal file
23
frontend/dashboard/src/theme/overrides/Timeline.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Timeline(theme: Theme) {
|
||||
return {
|
||||
MuiTimelineDot: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
boxShadow: 'none'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
MuiTimelineConnector: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
backgroundColor: theme.palette.divider
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user