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

17 lines
359 B
JavaScript

// ==============================|| OVERRIDES - TABLE PAGINATION ||============================== //
export default function TablePagination() {
return {
MuiTablePagination: {
styleOverrides: {
selectLabel: {
fontSize: '0.875rem'
},
displayedRows: {
fontSize: '0.875rem'
}
}
}
};
}