feat(chat): 채팅 탭 액션 아이콘을 정리한다

This commit is contained in:
Yu Sung
2026-09-17 12:29:49 +09:00
parent dc03592b4f
commit 49adeffbca
4 changed files with 24 additions and 10 deletions
+2 -5
View File
@@ -132,7 +132,7 @@ struct MainView: View {
Spacer()
CreatorChannelFloatingIconButton(
imageName: "ic_plus_no_bg",
imageName: "ic_new_talk_add",
backgroundColor: Color.soda400,
accessibilityLabel: I18n.UserCreatorChatRecipientSearch.openButtonAccessibilityLabel,
action: showUserCreatorChatRecipientSearch
@@ -234,10 +234,7 @@ struct MainView: View {
onTapNewAndHotAll: handleContentNewAndHotAllTap
)
case .chat:
MainChatView(
onTapCanCharge: handleHomeCanChargeTap,
onTapSearch: handleHomeSearchTap
)
MainChatView(onTapCanCharge: handleHomeCanChargeTap)
case .my:
MyPageView()
}