Skip to content

Commit

Permalink
Revert theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
al-yx committed Dec 27, 2024
1 parent 85924b9 commit a39c50e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/themes/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,7 @@ const themeDefault = createTheme({
MUIDataTablePagination: {
styleOverrides: {
backgroundColor: "#fff",
// "@media (max-width:640px)": {
// flexDirection: "column",
// },
root: {
"&.MUIDataTablePagination-navContainer": {
flexDirection: "column",
},
},
"&.MUIDataTablePagination-navContainer": {
flexDirection: "column",
},

},
},
MUIDataTableFilterList: {
Expand Down

0 comments on commit a39c50e

Please sign in to comment.