Force header bg color in detail lists

This commit is contained in:
jeffvli 2023-01-06 23:34:31 -08:00
parent d06ddc9560
commit 5889b8976c
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ const ContentContainer = styled.div`
overflow: hidden;
.ag-theme-alpine-dark {
--ag-header-background-color: rgba(0, 0, 0, 0%);
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
}
`;

View file

@ -50,7 +50,7 @@ const ContentContainer = styled.div`
overflow: hidden;
.ag-theme-alpine-dark {
--ag-header-background-color: rgba(0, 0, 0, 0%);
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
}
`;