From d7c592d6abc035cab3b3547144b4f2f855e6fb70 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Mon, 15 Nov 2021 14:50:51 +0000 Subject: [PATCH] Fix for table row text not visible on hover --- src/styles/custom-properties/colors.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/custom-properties/colors.scss b/src/styles/custom-properties/colors.scss index 0fd4f5225..16a9bc1c1 100644 --- a/src/styles/custom-properties/colors.scss +++ b/src/styles/custom-properties/colors.scss @@ -114,6 +114,7 @@ // need to be overriden in dark mode --input-placeholder-color: hsla(var(--grey-900-hsl), 0.6); --tag-color: var(--grey-50); + --table-row-hover-background-color: var(--grey-100); // Custom color variables we need to override --card-border-color: hsla(var(--grey-100-hsl), 0.3);