Skip to content

Commit 49129db

Browse files
committed
누락된 귀속 골드 파이 차트 색상 추가
1 parent 033fb23 commit 49129db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/src/content/object/content-reward-item.resolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class ContentRewardItemResolver {
2020
async pieColor(@Parent() contentRewardItem: ContentRewardItem) {
2121
const colorMap: Record<string, string> = {
2222
골드: '#FFD700', // 금색
23+
'골드(귀속)': '#FFD700', // 금색
2324
'운명의 파편': '#8A2BE2', // 보라색
2425
'운명의 돌파석': '#9370DB', // 연한 보라색
2526
'운명의 파괴석': '#DC143C', // 진한 빨간색 (Crimson)

0 commit comments

Comments
 (0)