Skip to content

Commit

Permalink
🔥 색상 이름 변경
Browse files Browse the repository at this point in the history
RED -> PINK
MELON -> GREEN
  • Loading branch information
youngreal committed Sep 11, 2024
1 parent dd397cc commit 4b73706
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

@Getter
public enum SelectedColor {
RED("RED"),
PINK("PINK"),
ORANGE("ORANGE"),
YELLOW("YELLOW"),
MELON("MELON"),
GREEN("GREEN"),
BLUE("BLUE"),
PURPLE("PURPLE");

Expand Down

0 comments on commit 4b73706

Please sign in to comment.