Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Houguiram committed May 6, 2024
1 parent 776bd1b commit adfe8ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion test/themeUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("themeUtils", () => {
secondary: "#00FF00",
accent: "#0000FF",
};
const fullTheme = partialThemeToFullTheme(partialTheme);
const fullTheme = partialThemeToFullTheme(partialTheme, "light");
expect(fullTheme).toEqual({
accent: "#0000FF",
accent2: "oklch(35.201% 0.31321 264.05)",
Expand Down

0 comments on commit adfe8ce

Please sign in to comment.