Skip to content

Commit

Permalink
fixing dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredorubin96 committed Nov 22, 2024
1 parent c909b59 commit 8a51ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
}

div:has(> .table-small-header) {
background: unset !important;
}

.MuiDataGrid-footerContainer {
border-top: none !important;
}
Expand Down

0 comments on commit 8a51ecf

Please sign in to comment.