Skip to content

Commit 3b8962b

Browse files
committed
fix: [랜덤 그라데이션 생성기] 오타 수정
1 parent ba05784 commit 3b8962b

File tree

1 file changed

+2
-2
lines changed
  • project2-HexColorsGradient/src

1 file changed

+2
-2
lines changed

project2-HexColorsGradient/src/Sign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default function Sign({ $target }) {
55
this.state = {
66
direction: "right",
77
colorCode: {
8-
start: "#ffffff",
9-
end: "#ffffff",
8+
start: "ffffff",
9+
end: "ffffff",
1010
},
1111
};
1212

0 commit comments

Comments
 (0)