From ad302c136af5c012ef3777fb72eb87b44828bec8 Mon Sep 17 00:00:00 2001 From: Marionne Patel <95588923+marionnegp@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:07:14 -0500 Subject: [PATCH] fix(table): change blue crayon token for the hover state's column background color (#1385) fix: change blue crayon token for the hover state's column background color --- elements/rh-table/rh-table-lightdom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/rh-table/rh-table-lightdom.css b/elements/rh-table/rh-table-lightdom.css index 47f1273240..c56ab2d893 100644 --- a/elements/rh-table/rh-table-lightdom.css +++ b/elements/rh-table/rh-table-lightdom.css @@ -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 {