From 176acdd64849dcaebc69225c34377e84986615cc Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 12:02:59 +0000 Subject: [PATCH] Modify add transaction button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The add transaction button was modified to always display "+ 지출 입력" on the right bottom side. --- src/components/AddTransactionButton.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/components/AddTransactionButton.tsx b/src/components/AddTransactionButton.tsx index 0e22202..d1e29d7 100644 --- a/src/components/AddTransactionButton.tsx +++ b/src/components/AddTransactionButton.tsx @@ -16,7 +16,6 @@ import { manageTitleSuggestions } from '@/utils/userTitlePreferences'; // 새로 const AddTransactionButton = () => { const [showExpenseDialog, setShowExpenseDialog] = useState(false); const [isSubmitting, setIsSubmitting] = useState(false); - const [isHovered, setIsHovered] = useState(false); const { addTransaction } = useBudget(); const { addNotification } = useNotifications(); @@ -145,18 +144,14 @@ const AddTransactionButton = () => { <>