Move ag-grid header margin to specific components

This commit is contained in:
jeffvli 2023-01-07 23:37:33 -08:00
parent 0f66687843
commit 02ed9b7a5c
3 changed files with 9 additions and 2 deletions

View file

@ -51,6 +51,10 @@ const ContentContainer = styled.div`
.ag-theme-alpine-dark {
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
}
.ag-header {
margin-bottom: 0.5rem;
}
`;
interface PlaylistDetailContentProps {