We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033fb23 commit 49129dbCopy full SHA for 49129db
1 file changed
src/backend/src/content/object/content-reward-item.resolver.ts
@@ -20,6 +20,7 @@ export class ContentRewardItemResolver {
20
async pieColor(@Parent() contentRewardItem: ContentRewardItem) {
21
const colorMap: Record<string, string> = {
22
골드: '#FFD700', // 금색
23
+ '골드(귀속)': '#FFD700', // 금색
24
'운명의 파편': '#8A2BE2', // 보라색
25
'운명의 돌파석': '#9370DB', // 연한 보라색
26
'운명의 파괴석': '#DC143C', // 진한 빨간색 (Crimson)
0 commit comments