Skip to content

Commit

Permalink
fix: use construction value for new selected tokens (#311)
Browse files Browse the repository at this point in the history
Edit the values of the new tokens to use `construction` instead of
`blue` #310
  • Loading branch information
dtsanevmw committed May 30, 2024
1 parent add30be commit f274849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/core/src/styles/theme.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
--cds-alias-object-interaction-background-hover: #{$cds-global-color-construction-800};
--cds-alias-object-interaction-background-active: #{$cds-global-color-construction-600};
--cds-alias-object-interaction-background-selected: #{$cds-global-color-blue-900};
--cds-alias-object-interaction-background-selected-active: #{$cds-global-color-blue-600};
--cds-alias-object-interaction-background-selected-hover: #{$cds-global-color-blue-700};
--cds-alias-object-interaction-background-selected-active: #{$cds-global-color-construction-600};
--cds-alias-object-interaction-background-selected-hover: #{$cds-global-color-construction-700};
--cds-alias-object-interaction-background-disabled: #{$cds-global-color-construction-700};
--cds-alias-object-interaction-background-highlight: #{$cds-global-color-blue-400};
--cds-alias-object-interaction-border-color: #{$cds-global-color-construction-300};
Expand Down

0 comments on commit f274849

Please sign in to comment.