feat(creator): 팬Talk 탭을 추가한다

This commit is contained in:
Yu Sung
2026-07-05 00:44:03 +09:00
parent 7c98af0c7d
commit f5ead536ea
16 changed files with 1250 additions and 28 deletions

View File

@@ -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)