@elacity-js/uikit
Version:
React / Material UI Design kit for Elacity project
22 lines (20 loc) • 685 B
JavaScript
function Typography(theme) {
return {
MuiTypography: {
styleOverrides: {
h3: {
display: 'initial',
// ...theme.gardientText(-120, [theme.palette.primary.main, 0], [theme.palette.vivid.main, 100]),
},
h4: {
// display: 'initial',
fontWeight: 400,
// ...theme.gardientText(-120, [theme.palette.primary.main, 0], [theme.palette.vivid.main, 100]),
display: 'block',
},
},
},
};
}
export { Typography as default };
//# sourceMappingURL=MuiTypography.js.map