feat(creator): 팬Talk 탭을 추가한다
This commit is contained in:
@@ -53,11 +53,6 @@ private struct CreatorChannelFanTalkCard: View {
|
||||
.truncationMode(.tail)
|
||||
.frame(maxWidth: .infinity, minHeight: 40, alignment: .leading)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
|
||||
Image(systemName: "chevron.down")
|
||||
.font(.system(size: 12, weight: .medium))
|
||||
.foregroundColor(.white)
|
||||
.frame(width: 18, height: 18)
|
||||
}
|
||||
}
|
||||
.padding(SodaSpacing.s14)
|
||||
|
||||
Reference in New Issue
Block a user