feat(creator-profile): 더보기 아이콘 흰색으로 변경, 최상단에 채널명 보이지 않도록 수정

This commit is contained in:
Yu Sung
2025-10-20 18:50:41 +09:00
parent 721a26bb7b
commit 623375cd9f

View File

@@ -372,10 +372,6 @@ struct UserProfileView: View {
Image("ic_back")
.resizable()
.frame(width: 20, height: 20)
Text(viewModel.navigationTitle)
.font(.custom(Font.preBold.rawValue, size: 20))
.foregroundColor(Color.white)
}
Spacer()
@@ -394,7 +390,7 @@ struct UserProfileView: View {
}
if userId != UserDefaults.int(forKey: .userId) {
Image("ic_seemore_vertical")
Image("ic_seemore_vertical_white")
.resizable()
.frame(width: 24, height: 24)
.onTapGesture {