Skip to content

Commit

Permalink
fix(color): fix invert() for HSL
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 9, 2023
1 parent f1b509d commit 84d0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/color/src/invert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const invert = defmulti<Color | null, TypedColor<any>, Color>(
{
hcy: "hsv",
hsi: "hsv",
hsl: "hsl",
hsl: "hsv",
labD65: "labD50",
oklab: "labD50",
srgb: "rgb",
Expand Down

0 comments on commit 84d0640

Please sign in to comment.