We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba05784 commit 3b8962bCopy full SHA for 3b8962b
project2-HexColorsGradient/src/Sign.js
@@ -5,8 +5,8 @@ export default function Sign({ $target }) {
5
this.state = {
6
direction: "right",
7
colorCode: {
8
- start: "#ffffff",
9
- end: "#ffffff",
+ start: "ffffff",
+ end: "ffffff",
10
},
11
};
12
0 commit comments