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 1812ef8 commit 02c166aCopy full SHA for 02c166a
src/styles.js
@@ -23,7 +23,7 @@ const opacity = (color, opacity) => {
23
return `color-mix(in oklab, ${color} ${opacity}, transparent)`
24
}
25
26
- return `rgb(${r}, ${g}, ${b} / ${opacity})`
+ return `rgb(${r} ${g} ${b} / ${opacity})`
27
28
29
let defaultModifiers = {
0 commit comments