From e23b62aa2b9c094790b39252d7e970f205f833eb Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:13:29 +0000 Subject: [PATCH] Adjust card bottom margin Adds more bottom margin to the last card to prevent it from being partially hidden on mobile devices. --- src/components/RecentTransactionsSection.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/RecentTransactionsSection.tsx b/src/components/RecentTransactionsSection.tsx index 372068d..bb7300b 100644 --- a/src/components/RecentTransactionsSection.tsx +++ b/src/components/RecentTransactionsSection.tsx @@ -1,4 +1,3 @@ - import React, { useState } from 'react'; import { Transaction } from './TransactionCard'; import TransactionEditDialog from './TransactionEditDialog'; @@ -57,7 +56,7 @@ const RecentTransactionsSection: React.FC = ({ return '💰'; } }; - return
+ return

최근 지출