Reverted to edit edt-0b69430e-05e6-40e3-9ee2-b28a21c97d9a: "Adjust font sizes

Reduce font sizes in several components for better readability and UI consistency."
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 12:06:53 +00:00
parent acea18c368
commit 3b90e7396d
3 changed files with 7 additions and 72 deletions

View File

@@ -27,7 +27,7 @@ const CategorySpendingList: React.FC<CategorySpendingListProps> = ({
return (
<div className={`neuro-card mb-6 w-full ${className}`}>
{categories.some(cat => cat.current > 0) ? (
<div className="space-y-4 px-4 py-4">
<div className="space-y-4">
{categories.map((category) => {
// 카테고리 이름을 직접 표시
const categoryName = category.title;