Skip to content

Commit

Permalink
refactor: 키보드 색 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
oguuk authored and bumssooooo committed Dec 14, 2022
1 parent a3e40c4 commit 9bc7ee6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9bc7ee6

Please sign in to comment.