Skip to content

Commit 5917fe8

Browse files
authored
Merge pull request #567 from rishabdev2997/new-branch-for-Color-tutorial-content-incorrect
Fixed color tutorial content
2 parents 1f4c117 + f906943 commit 5917fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/text/color/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ rect(0,0,200,40);
130130
fill(255,0,0,191);
131131
rect(0,50,200,40);
132132
133-
// 55% opacity.
133+
// 50% opacity.
134134
fill(255,0,0,127);
135135
rect(0,100,200,40);
136136

0 commit comments

Comments
 (0)