Skip to content

Commit

Permalink
Fix row hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli authored and ogabrielluiz committed Oct 16, 2024
1 parent 69515ee commit 2c8bedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/style/ag-theme-shadcn.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--ag-selected-row-background-color: hsl(var(--accent));
--ag-menu-background-color: hsl(var(--accent));
--ag-panel-background-color: hsl(var(--accent));
--ag-row-hover-color: hsl(var(--accent));
--ag-row-hover-color: hsl(var(--primary-foreground));
--ag-header-height: 2.5rem;
}

Expand Down

0 comments on commit 2c8bedd

Please sign in to comment.