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

15 lines
342 B
JavaScript

// ==============================|| OVERRIDES - DIALOG CONTENT TEXT ||============================== //
export default function DialogContentText(theme) {
return {
MuiDialogContentText: {
styleOverrides: {
root: {
fontSize: '0.875rem',
color: theme.palette.text.primary
}
}
}
};
}