Skip to content

Commit

Permalink
[Ag Grid Theme] Set tooltip background color (#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
alycrys authored Oct 30, 2023
1 parent dba7758 commit 6da4d09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-squids-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/ag-grid-theme": patch
---

[Ag Grid Theme] Set tooltip background color
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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-column-separator: true,
header-column-separator-width: 1px,
header-column-separator-color: var(--agGrid-header-column-separator-color),
Expand Down

1 comment on commit 6da4d09

@vercel
Copy link

@vercel vercel bot commented on 6da4d09 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.