Force header bg color in detail lists
This commit is contained in:
parent
d06ddc9560
commit
5889b8976c
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Reference in a new issue