Skip to content

Commit

Permalink
Update common.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
conuti-das authored Aug 13, 2024
1 parent 3f42b35 commit dca6ca9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ a {
}

// Adjusted for Carbon Design colors
$primary-low-mid: #e0e0e0;
$primary-low: #f4f4f4;
$primary-high: #393939;
$primary-medium: #6f6f6f;
$secondary: #0f62fe;
$tertiary: #8d8d8d;
$danger: #da1e28;
$primary-low-mid: var(--highlight);
$primary-low: var(--love);
$primary-high: var(--hover);
$primary-medium: var(--selected);
$secondary: var(--secondary);
$tertiary: var(--tertiary);
$danger: var(--danger);

.select-kit.combo-box .select-kit-header,
input[type="text"],
Expand Down

0 comments on commit dca6ca9

Please sign in to comment.