first
This commit is contained in:
16
src/themes/overrides/TablePagination.js
Normal file
16
src/themes/overrides/TablePagination.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// ==============================|| OVERRIDES - TABLE PAGINATION ||============================== //
|
||||
|
||||
export default function TablePagination() {
|
||||
return {
|
||||
MuiTablePagination: {
|
||||
styleOverrides: {
|
||||
selectLabel: {
|
||||
fontSize: '0.875rem'
|
||||
},
|
||||
displayedRows: {
|
||||
fontSize: '0.875rem'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user