Separate Client Portal & Dashboard
This commit is contained in:
18
frontend/dashboard/src/theme/overrides/Typography.ts
Normal file
18
frontend/dashboard/src/theme/overrides/Typography.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Typography(theme: Theme) {
|
||||
return {
|
||||
MuiTypography: {
|
||||
styleOverrides: {
|
||||
paragraph: {
|
||||
marginBottom: theme.spacing(2)
|
||||
},
|
||||
gutterBottom: {
|
||||
marginBottom: theme.spacing(1)
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user