Fix spacing issues

Correct spacing and alignment in the code.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 13:21:32 +00:00
parent 39c138a403
commit ec13986739

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-3 py-4">
<div className="space-y-4 px-1 py-4">
{categories.map((category) => {
// 카테고리 이름을 직접 표시
const categoryName = category.title;