@pablo-amberflo/ui-kit-test
Version:
Amberflo UI Kit
23 lines (21 loc) • 409 B
JavaScript
import { createTheme } from "@mui/material/styles";
export const sizes = createTheme({
typography: {
h1: "32px",
h2: "28px",
h3: "24px",
h4: "20px",
h5: "20px",
h6: "17px",
subtitle1: "16px",
body1: "16px",
body2: "14px",
caption: "12px",
overline: "12px",
button: "14px",
},
components: {
sidebar: "16rem",
maxContainerWidth: "1560px",
},
});