From 05cf268dd817eb6c49aff1e13050f4e6d4f59855 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Mon, 15 Nov 2021 22:47:28 +0000 Subject: [PATCH] Typo fix. --- src/styles/custom-properties/colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/custom-properties/colors.scss b/src/styles/custom-properties/colors.scss index 638fd7cdd..55b528790 100644 --- a/src/styles/custom-properties/colors.scss +++ b/src/styles/custom-properties/colors.scss @@ -117,7 +117,7 @@ --tag-color: var(--grey-50); --table-row-hover-background-color: var(--grey-100); --dropdown-item-hover-background-color: var(--grey-100); - --dropdown-item-hover-color: --text; + --dropdown-item-hover-color: var(--text); // Custom color variables we need to override --card-border-color: hsla(var(--grey-100-hsl), 0.3);