mui-themes-extand
Version:
Boilerplate for extends MUI6 themes
26 lines (25 loc) • 637 B
TypeScript
import { Theme } from "@mui/material/styles";
export default function Typography(theme: Theme): {
MuiTypography: {
styleOverrides: {
paragraph: {
marginBottom: string;
};
gutterBottom: {
marginBottom: string;
};
body2: {
color: string;
};
caption: {
fontSize: number;
};
caption_date: {
fontSize: number;
};
subtitle2: {
color: string;
};
};
};
};