Skip to content

Commit 8ed8b86

Browse files
Merge pull request #620 from dxc-technology/token-select
[Patch] Fixing token selected select component
2 parents b328485 + d3ee3e0 commit 8ed8b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/dxc-ngx-cdk/src/lib/theme/complexThemeBindingStrategy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ export class ComplexThemeBindingStrategy implements MappingStrategy {
247247
tokens["--v3Select-hoverOptionBackgroundColor"];
248248

249249
//SELECT
250-
proccessedTokens["--select-selectedlistItemBackgroundColor"] =
250+
proccessedTokens["--select-selectedListItemBackgroundColor"] =
251251
theme?.select?.baseColor ??
252-
tokens["--select-selectedlistItemBackgroundColor"];
252+
tokens["--select-selectedListItemBackgroundColor"];
253253
proccessedTokens["unselectedHoverListItemBackgroundColor"] =
254254
this.setOpacity(theme?.select?.baseColor, 0.34) ??
255255
tokens["unselectedHoverListItemBackgroundColor"];

0 commit comments

Comments
 (0)