Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jun 18, 2024
1 parent afd2371 commit 2192a33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ describe("calcite-combobox", () => {
},
{
shadowSelector: `.${CSS.input}`,
targetProp: "line-height",
targetProp: "lineHeight",
},
],
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const CSS = {
track: "track",
bar: "bar",
text: "text",
indeterminate: "indeterminate",
reversed: "reversed",
text: "text",
track: "track",
};

0 comments on commit 2192a33

Please sign in to comment.