Skip to content

Commit

Permalink
added darker color to row groups
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlacey committed Oct 9, 2024
1 parent 83ae407 commit a1c7d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/DataTable/data-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ table.data-table {

tr {
&.row-group {
background-color: var(--quaternary) !important;
background-color: var(--tertiary) !important;
font-weight: bold;
}
border-bottom: solid 1px #e5e5e5;
Expand Down

0 comments on commit a1c7d9f

Please sign in to comment.