Skip to content

Commit

Permalink
[ACS-5551] color variables updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AnukritiGL committed Sep 6, 2023
1 parent 735db84 commit 0f4854c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app-details-manager {
display: flex;
align-items: center;
justify-content: space-between;
color: var(--theme-selected-text-color);
color: var(--adf-metadata-property-panel-title-color);
}

.acs-details-breadcrumb {
Expand Down
5 changes: 4 additions & 1 deletion projects/aca-content/src/lib/ui/variables/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $search-chip-icon-color: #757575;
$disabled-chip-background-color: #f5f5f5;
$adf-metadata-property-panel-border-color: rgba(0, 0, 0, 0.12);
$adf-metadata-buttons-background-color: rgba(33, 33, 33, 0.05);
$adf-metadata-property-panel-text-color: rgba(33, 35, 40, 0.7);

// CSS Variables
$defaults: (
Expand Down Expand Up @@ -78,7 +79,9 @@ $defaults: (
--theme-search-chip-icon-color: $search-chip-icon-color,
--theme-disabled-chip-background-color: $disabled-chip-background-color,
--adf-metadata-property-panel-border-color: $adf-metadata-property-panel-border-color,
--adf-metadata-buttons-background-color: $adf-metadata-buttons-background-color
--adf-metadata-buttons-background-color: $adf-metadata-buttons-background-color,
--adf-metadata-property-panel-title-color: $selected-text-color,
--adf-metadata-property-panel-text-color: $adf-metadata-property-panel-text-color
);

// propagates SCSS variables into the CSS variables scope
Expand Down

0 comments on commit 0f4854c

Please sign in to comment.