fix application table background not working with dark mode (#5617)

This commit is contained in:
Richard Wei
2021-09-21 19:29:25 +12:00
committed by GitHub
parent 5316cca3de
commit f10e0e4124
2 changed files with 8 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
.secondary-heading {
background-color: #e7f6ff !important;
background-color: var(--bg-app-datatable-thead) !important;
}
.secondary-body {
background-color: #f1f9fd;
background-color: var(--bg-app-datatable-tbody);
}
.datatable-wide {