Skip to content

Commit 7b7ba01

Browse files
committed
Fix opacity
1 parent 9ccc612 commit 7b7ba01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const layerConfigurations = [
126126
name: "Eye color",
127127
options: {
128128
blend: MODE.destinationIn,
129-
opcacity: 0.2,
129+
opacity: 0.2,
130130
displayName: "Awesome Eye Color",
131131
},
132132
},

0 commit comments

Comments
 (0)