Skip to content

Commit

Permalink
fix: cheek color (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-a-v-i-n authored Aug 4, 2022
1 parent 14a925f commit 87a215f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libraries/Cheeks.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ library Cheeks {
return
string.concat(
"<g style='mix-blend-mode:luminosity' opacity='0.35'>",
"<ellipse cx='150' cy='112' rx='11' ry='10' fill='red'/>",
"<ellipse cx='50' cy='112' rx='11' ry='10' fill='red'/>",
"<ellipse cx='150' cy='112' rx='11' ry='10' fill='black'/>",
"<ellipse cx='50' cy='112' rx='11' ry='10' fill='black'/>",
"</g>"
);
}
Expand Down

0 comments on commit 87a215f

Please sign in to comment.