We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49aae80 commit 285032dCopy full SHA for 285032d
packages/gui/src/lib/color.ts
@@ -71,7 +71,6 @@ export function randomColor({
71
if (
72
getContrast.ratio(value, colorToContrastWith) >= CONTRAST_THRESHOLD
73
) {
74
- console.log(getContrast.ratio(value, colorToContrastWith))
75
return [...acc, path]
76
}
77
} catch (e) {}
0 commit comments