Skip to content

Commit

Permalink
rgb change
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Węgrzyn committed Sep 9, 2024
1 parent 7172d24 commit 088614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/cyrograf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract Cyrograf {
Background currentBackground;

constructor() {
currentBackground = Background(msg.sender, RGB(0,0,0), RGB(255,255,255));
currentBackground = Background(msg.sender, RGB(21,37,69), RGB(255,255,255));
}

function getBackground() public view returns (Background memory){
Expand Down

0 comments on commit 088614d

Please sign in to comment.