Skip to content

Commit

Permalink
Merge branch 'main' into sharp-country-symbol-css
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanaMMoreira authored May 10, 2024
2 parents 9856a58 + 318515c commit 149bbf0
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 257 deletions.
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`)
508 changes: 254 additions & 254 deletions .yarn/releases/yarn-4.2.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nodeLinker: node-modules

npmRegistryServer: "https://registry.yarnpkg.com"

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"last 1 safari version"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"msw": {
"workerDirectory": "docs/public"
}
Expand Down
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 149bbf0

Please sign in to comment.