Skip to content

Commit

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

0 comments on commit 270878e

Please sign in to comment.