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);