From 11796c5c327d8105f902f2b4429500de50be2001 Mon Sep 17 00:00:00 2001 From: Aurora Pleguezuelo Date: Fri, 2 Oct 2020 19:44:17 +0200 Subject: [PATCH] Update dark.scss Made the changes here to match the ones on light.scss --- data/colors/dark.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/colors/dark.scss b/data/colors/dark.scss index bf3ed7143..4f5efd252 100644 --- a/data/colors/dark.scss +++ b/data/colors/dark.scss @@ -286,7 +286,7 @@ $export: ( warning: $yellow-200, ), - hl: ( + state: ( hover-primary-bg: $blue-400, hover-primary-border: $blue-400, hover-secondary-bg: $gray-800, @@ -314,7 +314,6 @@ $export: ( secondary: $gray-800, tertiary: $black, overlay: $gray-900, - selected: $blue-400, // `$bg-blue` in Primer CSS info: $blue-800, info-inverse: $blue-400, danger: $red-800,