initial commit
This commit is contained in:
14
src/themes/overrides/DialogTitle.js
Normal file
14
src/themes/overrides/DialogTitle.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// ==============================|| OVERRIDES - DIALOG TITLE ||============================== //
|
||||
|
||||
export default function DialogTitle() {
|
||||
return {
|
||||
MuiDialogTitle: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
fontSize: '1rem',
|
||||
fontWeight: 500
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user