Skip to content

Commit

Permalink
🐛 Fix: 잘못된 카테고리 색상 매핑 수정
Browse files Browse the repository at this point in the history
<footer>
- 관련: #419
  • Loading branch information
joowojr committed Dec 1, 2024
1 parent 55cc93f commit 89fb242
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ public Long getId() {
}

public static Long getBaseCategoryPaletteId() {
return NAMO_ORANGE.id;
return NAMO_PINK.id;
}

public static Long getBaseMeetingCategoryPaletteId() {
return NAMO_PINK.id;
return NAMO_ORANGE.id;
}

public static Long getBaseBirthdayCategoryPaletteId() {
Expand Down

0 comments on commit 89fb242

Please sign in to comment.