Skip to content

Commit

Permalink
Ag grid header background color point to container characteristics (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z authored May 9, 2024
1 parent ad61b44 commit 318515c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-geckos-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/ag-grid-theme": patch
---

Fixed header background incorrectly referencing palette color (`--salt-container-primary-background`) instead of characterstics (`--salt-container-primary-background`)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$salt-ag-theme-default-params: (
row-hover-color: var(--agGrid-row-color-hover),
row-border-color: var(--agGrid-row-borderColor),
header-background-color: var(--salt-palette-neutral-primary-background),
header-background-color: var(--salt-container-primary-background),
header-column-separator: true,
header-column-separator-width: 1px,
header-column-separator-color: var(--agGrid-header-column-separator-color),
Expand Down

0 comments on commit 318515c

Please sign in to comment.