Fix layout issue on Transactions page

The Transactions page had inconsistent padding compared to other pages. This commit ensures consistent layout and spacing across the app.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 05:38:05 +00:00
parent a12f8211cb
commit 9561fb269a

View File

@@ -30,7 +30,7 @@ const TransactionsHeader: React.FC<TransactionsHeaderProps> = ({
// 예산 정보가 없는 경우 기본값 사용
const targetAmount = budgetData?.monthly?.targetAmount || 0;
return <header className="py-4">
<h1 className="font-bold neuro-text mb-3 text-xl py-[10px]"> </h1>
<h1 className="font-bold neuro-text mb-3 text-xl"> </h1>
{/* Search */}
<div className="neuro-pressed mb-5 flex items-center px-4 py-3 rounded-xl">