feat(creator-profile): 더보기 아이콘 흰색으로 변경, 최상단에 채널명 보이지 않도록 수정
This commit is contained in:
@@ -372,10 +372,6 @@ struct UserProfileView: View {
|
|||||||
Image("ic_back")
|
Image("ic_back")
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 20, height: 20)
|
.frame(width: 20, height: 20)
|
||||||
|
|
||||||
Text(viewModel.navigationTitle)
|
|
||||||
.font(.custom(Font.preBold.rawValue, size: 20))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
@@ -394,7 +390,7 @@ struct UserProfileView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if userId != UserDefaults.int(forKey: .userId) {
|
if userId != UserDefaults.int(forKey: .userId) {
|
||||||
Image("ic_seemore_vertical")
|
Image("ic_seemore_vertical_white")
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 24, height: 24)
|
.frame(width: 24, height: 24)
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
|
|||||||
Reference in New Issue
Block a user