From 6ddb192ca5eba18ae9576fbb1a2c2f85b435a141 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 05:56:45 +0000 Subject: [PATCH] Refactor category budget input size Reduced the font size of the budget input in the category budget settings card. --- src/components/CategoryBudgetInputs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CategoryBudgetInputs.tsx b/src/components/CategoryBudgetInputs.tsx index 70e9d48..f185d27 100644 --- a/src/components/CategoryBudgetInputs.tsx +++ b/src/components/CategoryBudgetInputs.tsx @@ -34,7 +34,7 @@ const CategoryBudgetInputs: React.FC = ({ value={formatWithCommas(categoryBudgets[category] || 0)} onChange={(e) => handleInput(e, category)} placeholder="예산 입력" - className="neuro-pressed max-w-[150px]" + className="neuro-pressed max-w-[150px] text-xs" /> ))}