Files
nearle_console/src/themes/overrides/DialogTitle.js
2026-06-11 18:09:10 +05:30

16 lines
337 B
JavaScript

// ==============================|| OVERRIDES - DIALOG TITLE ||============================== //
export default function DialogTitle() {
return {
MuiDialogTitle: {
styleOverrides: {
root: {
fontSize: '1.0625rem',
fontWeight: 600,
letterSpacing: '-0.01em'
}
}
}
};
}