Adjust Transactions page layout

Adjusted the layout of the Transactions page to be more centered, referencing the layout of the 지출 화면.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:28:02 +00:00
parent 6a3c12cd19
commit 002a37f60f
5 changed files with 7 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ const RecentTransactionsSection: React.FC<RecentTransactionsSectionProps> = ({
<ChevronRight size={16} />
</Link>
</div>
<div className="neuro-card divide-y divide-gray-100 desktop-card">
<div className="neuro-card divide-y divide-gray-100 w-full">
{transactions.length > 0 ? (
transactions.map((transaction) => (
<div