diff --git a/projects/dxc-ngx-cdk/src/lib/theme/complexThemeBindingStrategy.ts b/projects/dxc-ngx-cdk/src/lib/theme/complexThemeBindingStrategy.ts index 8ead33047..47308ae1c 100644 --- a/projects/dxc-ngx-cdk/src/lib/theme/complexThemeBindingStrategy.ts +++ b/projects/dxc-ngx-cdk/src/lib/theme/complexThemeBindingStrategy.ts @@ -247,9 +247,9 @@ export class ComplexThemeBindingStrategy implements MappingStrategy { tokens["--v3Select-hoverOptionBackgroundColor"]; //SELECT - proccessedTokens["--select-selectedlistItemBackgroundColor"] = + proccessedTokens["--select-selectedListItemBackgroundColor"] = theme?.select?.baseColor ?? - tokens["--select-selectedlistItemBackgroundColor"]; + tokens["--select-selectedListItemBackgroundColor"]; proccessedTokens["unselectedHoverListItemBackgroundColor"] = this.setOpacity(theme?.select?.baseColor, 0.34) ?? tokens["unselectedHoverListItemBackgroundColor"];