Skip to content

Commit

Permalink
fix color tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Kumar authored and Pawan Kumar committed May 10, 2024
1 parent f8fb895 commit 618ef03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ describe("bgNegativeSubtle color", () => {
const { bgNegativeSubtle } = new LightModeTheme(
"oklch(0.55 0.22 27)",
).getColors();
expect(bgNegativeSubtle).toEqual("rgb(80.074% 0% 19.209%)");
expect(bgNegativeSubtle).toEqual("rgb(100% 89.936% 89.52%)");
});
});

Expand Down

0 comments on commit 618ef03

Please sign in to comment.