Files
Doormilexpress_app/src/themes/overrides/DialogTitle.js
Malai Raja 7113ac0681 first
2023-11-27 17:09:27 +05:30

15 lines
296 B
JavaScript

// ==============================|| OVERRIDES - DIALOG TITLE ||============================== //
export default function DialogTitle() {
return {
MuiDialogTitle: {
styleOverrides: {
root: {
fontSize: '1rem',
fontWeight: 500
}
}
}
};
}