Skip to content

Commit

Permalink
chore: update color variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jan 29, 2022
1 parent e2d4f43 commit a8d075c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-editor/src/lib/editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $icon-size: 30px;

$border-radius: 4px;

$primary: #1a73e8;
$blue: #1a73e8;
$light-gray: #f1f1f1;
$light-gray-1: #e8f0fe;
$medium-gray: #ddd;
Expand All @@ -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;
Expand Down

0 comments on commit a8d075c

Please sign in to comment.