Skip to content

Commit

Permalink
fix(table): change blue crayon token for the hover state's column bac…
Browse files Browse the repository at this point in the history
…kground color (#1385)

fix: change blue crayon token for the hover state's column background color
  • Loading branch information
marionnegp committed Dec 15, 2023
1 parent c0af107 commit ad302c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/rh-table/rh-table-lightdom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rgb(
var(--rh-color-gray-10-rgb, 242 242 242) / var(--rh-opacity-40, 40%)
);
--rh-table-column-background-color: rgb(var(--rh-color-blue-50-rgb, 0 102 204));
--rh-table-column-background-color: rgb(var(--rh-color-blue-10-rgb, 224 240 255));
}

:is(rh-table) thead th {
Expand Down

0 comments on commit ad302c1

Please sign in to comment.