Separate Client Portal & Dashboard
This commit is contained in:
15
frontend/client-portal/src/theme/overrides/Stepper.ts
Normal file
15
frontend/client-portal/src/theme/overrides/Stepper.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Stepper(theme: Theme) {
|
||||
return {
|
||||
MuiStepConnector: {
|
||||
styleOverrides: {
|
||||
line: {
|
||||
borderColor: theme.palette.divider
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user