We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b328485 + d3ee3e0 commit 8ed8b86Copy full SHA for 8ed8b86
projects/dxc-ngx-cdk/src/lib/theme/complexThemeBindingStrategy.ts
@@ -247,9 +247,9 @@ export class ComplexThemeBindingStrategy implements MappingStrategy {
247
tokens["--v3Select-hoverOptionBackgroundColor"];
248
249
//SELECT
250
- proccessedTokens["--select-selectedlistItemBackgroundColor"] =
+ proccessedTokens["--select-selectedListItemBackgroundColor"] =
251
theme?.select?.baseColor ??
252
- tokens["--select-selectedlistItemBackgroundColor"];
+ tokens["--select-selectedListItemBackgroundColor"];
253
proccessedTokens["unselectedHoverListItemBackgroundColor"] =
254
this.setOpacity(theme?.select?.baseColor, 0.34) ??
255
tokens["unselectedHoverListItemBackgroundColor"];
0 commit comments