From 9bc7ee6b049b91bd29109663e1d4c1a8a9e6fdbb Mon Sep 17 00:00:00 2001 From: oguuk Date: Thu, 15 Dec 2022 00:19:35 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=82=A4=EB=B3=B4=EB=93=9C=20?= =?UTF-8?q?=EC=83=89=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Presentation/Chat/ViewController/ChatViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mogakco/Sources/Presentation/Chat/ViewController/ChatViewController.swift b/Mogakco/Sources/Presentation/Chat/ViewController/ChatViewController.swift index 72b81e01..f7b127b6 100644 --- a/Mogakco/Sources/Presentation/Chat/ViewController/ChatViewController.swift +++ b/Mogakco/Sources/Presentation/Chat/ViewController/ChatViewController.swift @@ -32,7 +32,6 @@ final class ChatViewController: UIViewController { private lazy var messageInputView = MessageInputView().then { $0.frame = CGRect(x: 0, y: 0, width: view.frame.width, height: 0) - $0.backgroundColor = .red } private lazy var collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout()