From 02b2c72805efe32ea540533dbe0ac584034c9d6d Mon Sep 17 00:00:00 2001
From: kms0233 <cnblue789@naver.com>
Date: Thu, 16 Jan 2025 07:04:27 +0900
Subject: [PATCH] =?UTF-8?q?[Del/#44]=20=ED=95=84=EC=9A=94=20=EC=97=86?=
 =?UTF-8?q?=EB=8A=94=20=EC=A3=BC=EC=84=9D=20=EC=82=AD=EC=A0=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../Global/Component/TextField/SearchTextField.swift            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gongbaek_iOS/Gongbaek_iOS/Global/Component/TextField/SearchTextField.swift b/Gongbaek_iOS/Gongbaek_iOS/Global/Component/TextField/SearchTextField.swift
index a21cd03b..c21b93c8 100644
--- a/Gongbaek_iOS/Gongbaek_iOS/Global/Component/TextField/SearchTextField.swift
+++ b/Gongbaek_iOS/Gongbaek_iOS/Global/Component/TextField/SearchTextField.swift
@@ -9,7 +9,7 @@ import SwiftUI
 
 struct SearchTextField: View {
     @State var inputText: String
-    @FocusState private var isFocused: Bool // Focus 상태를 추적
+    @FocusState private var isFocused: Bool 
     var state: SearchTextFieldState
     var buttonAction: (String) -> Void