From 097419c28cc6d551bd07cba1c55667654e1b63a3 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:31:49 +0000 Subject: [PATCH] Adjust progress bar color Make the color of the progress bar above the total budget slightly darker. --- src/components/BudgetTabContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BudgetTabContent.tsx b/src/components/BudgetTabContent.tsx index efd2b81..d517456 100644 --- a/src/components/BudgetTabContent.tsx +++ b/src/components/BudgetTabContent.tsx @@ -121,7 +121,7 @@ const BudgetTabContent: React.FC = ({

카테고리 예산을 설정하면 일일, 주간, 월간 예산이 자동으로 합산됩니다.

-
+

전체 예산:

{formatCurrency(calculateTotalBudget())}