Add "기타" category
Adds "기타" category to the existing categories.
This commit is contained in:
@@ -17,6 +17,8 @@ export const getCategoryColor = (category: string): string => {
|
||||
return '#AED581'; // 연한 녹색 (쇼핑/생활비)
|
||||
} else if (normalizedCategory.includes('교통')) {
|
||||
return '#2E7D32'; // 진한 녹색 (교통비)
|
||||
} else if (normalizedCategory.includes('기타')) {
|
||||
return '#9E9E9E'; // 회색 (기타)
|
||||
}
|
||||
|
||||
// 기본 색상
|
||||
|
||||
Reference in New Issue
Block a user