Skip to content

Commit

Permalink
test(navigation-logo): use sub-component token for theming test (#9444)
Browse files Browse the repository at this point in the history
**Related Issue:** #

## Summary

Updates theming test to use sub-component token as targetProp in
`navigation-logo` component.
  • Loading branch information
anveshmekala authored May 29, 2024
1 parent 21f717e commit 701987a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ describe("calcite-navigation-logo", () => {
targetProp: "color",
},
"--calcite-navigation-logo-icon-color": {
shadowSelector: `.${CSS.icon}`,
targetProp: "color",
shadowSelector: `calcite-icon`,
targetProp: "--calcite-icon-color",
},
"--calcite-navigation-logo-text-color": {
shadowSelector: `.${CSS.icon}`,
Expand Down

0 comments on commit 701987a

Please sign in to comment.