mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
Force header bg color in detail lists
This commit is contained in:
@@ -38,7 +38,7 @@ const ContentContainer = styled.div`
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.ag-theme-alpine-dark {
|
.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;
|
overflow: hidden;
|
||||||
|
|
||||||
.ag-theme-alpine-dark {
|
.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 New Issue
Block a user