diff --git a/eth/cyrograf.sol b/eth/cyrograf.sol index 3740133..ee6d2a4 100644 --- a/eth/cyrograf.sol +++ b/eth/cyrograf.sol @@ -18,7 +18,7 @@ contract Cyrograf { Background currentBackground; constructor() { - currentBackground = Background(msg.sender, RGB(100,20,30), RGB(30,20,10)); + currentBackground = Background(msg.sender, RGB(0,0,0), RGB(30,20,10)); } function getBackground() public view returns (Background memory){