From a8d075c4080336ef5a1ff612f353581d0e1d3ba1 Mon Sep 17 00:00:00 2001 From: Sibiraj Date: Sat, 29 Jan 2022 21:19:49 +0530 Subject: [PATCH] chore: update color variable name --- projects/ngx-editor/src/lib/editor.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ngx-editor/src/lib/editor.component.scss b/projects/ngx-editor/src/lib/editor.component.scss index 35187a03..b8e08f2c 100644 --- a/projects/ngx-editor/src/lib/editor.component.scss +++ b/projects/ngx-editor/src/lib/editor.component.scss @@ -3,7 +3,7 @@ $icon-size: 30px; $border-radius: 4px; -$primary: #1a73e8; +$blue: #1a73e8; $light-gray: #f1f1f1; $light-gray-1: #e8f0fe; $medium-gray: #ddd; @@ -12,7 +12,7 @@ $medium-gray-2: #ccc; $menu-item-border-radius: 2px; $menu-item-hover-bg-color: $light-gray; $menu-item-active-bg-color: $light-gray-1; -$menu-item-active-color: $primary; +$menu-item-active-color: $blue; $dropdown-menu-hover-bg-color: $light-gray; $dropdown-item-active-bg-color: $light-gray;