Skip to content

Commit 8a51ecf

Browse files
fixing dark mode
1 parent c909b59 commit 8a51ecf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
118118
}
119119

120+
div:has(> .table-small-header) {
121+
background: unset !important;
122+
}
123+
120124
.MuiDataGrid-footerContainer {
121125
border-top: none !important;
122126
}

0 commit comments

Comments
 (0)