Skip to content

Commit 9820d49

Browse files
authored
Merge pull request #225 from TaskFlow-CLAP/CLAP-219
label color에 인디고 색상 추가
2 parents 0ffc16e + 94b8932 commit 9820d49

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/clap/server/adapter/outbound/persistense/entity/task/constant

1 file changed

+2
-1
lines changed

src/main/java/clap/server/adapter/outbound/persistense/entity/task/constant/LabelColor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ public enum LabelColor {
1212
GREEN("초록"),
1313
BLUE("파랑"),
1414
PURPLE("보라"),
15-
GREY("회색");
15+
GREY("회색"),
16+
INDIGO("인디고");
1617

1718
private final String description;
1819
}

0 commit comments

Comments
 (0)