From 1edb31a917f3b887c9c7aed85abe1b535016438a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 08:21:09 +0000 Subject: [PATCH] Reverted to edit edt-6d23fe6e-7940-4c9d-ab56-422454aafa8a: "Reduce font size Decrease the font size of the selected text by one step." --- src/components/BudgetCategoriesSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BudgetCategoriesSection.tsx b/src/components/BudgetCategoriesSection.tsx index 97f3570..614a3b6 100644 --- a/src/components/BudgetCategoriesSection.tsx +++ b/src/components/BudgetCategoriesSection.tsx @@ -15,7 +15,7 @@ const BudgetCategoriesSection: React.FC = ({ categories }) => { return <> -

지출 그래프

+

지출 그래프

{categories.map((category, index) => { // 예산 초과 여부 확인