From 21834aeae7ade7c755ab6a22e670372a57a840eb Mon Sep 17 00:00:00 2001 From: Bryan Cunningham Date: Wed, 16 Jul 2025 09:00:23 -0400 Subject: [PATCH] update contrast hover color (#15625) --- libs/components/src/tw-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/components/src/tw-theme.css b/libs/components/src/tw-theme.css index eb5bb469202..fc85dcda3bd 100644 --- a/libs/components/src/tw-theme.css +++ b/libs/components/src/tw-theme.css @@ -57,7 +57,7 @@ --color-text-code: 192 17 118; --color-hover-default: rgb(26 65 172 / 0.1); - --color-hover-contrast: rgb(219 229 246 / 0.15); + --color-hover-contrast: rgb(255 255 255 / 0.15); --color-marketing-logo: 23 93 220; @@ -128,7 +128,7 @@ --color-text-code: 255 143 208; --color-hover-default: rgb(170 195 239 / 0.1); - --color-hover-contrast: rgb(26 39 78 / 0.15); + --color-hover-contrast: rgb(0 0 0 / 0.15); --color-marketing-logo: 255 255 255;