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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user