Add "기타" category

Adds "기타" category to the existing categories.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 06:31:08 +00:00
parent a8f29e669f
commit 8de82b17f0
7 changed files with 25 additions and 20 deletions

View File

@@ -17,6 +17,8 @@ export const getCategoryColor = (category: string): string => {
return '#AED581'; // 연한 녹색 (쇼핑/생활비)
} else if (normalizedCategory.includes('교통')) {
return '#2E7D32'; // 진한 녹색 (교통비)
} else if (normalizedCategory.includes('기타')) {
return '#9E9E9E'; // 회색 (기타)
}
// 기본 색상