feat(creator): 오디오 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 14:34:27 +09:00
parent 0775b17fd4
commit 32174cd0af
6 changed files with 263 additions and 38 deletions

View File

@@ -114,43 +114,6 @@ private struct CreatorChannelLatestAudioCard: View {
}
}
private struct CreatorChannelAudioImageTag: View {
let imageName: String
var body: some View {
Image(imageName)
.resizable()
.scaledToFit()
.frame(width: 24, height: 24)
}
}
private struct CreatorChannelAudioFirstTag: View {
var body: some View {
ZStack {
Color(hex: "FF34B8")
Image("ic_content_tag_first_star")
.resizable()
.scaledToFit()
.padding(SodaSpacing.s4)
}
.frame(width: 24, height: 24)
}
}
private struct CreatorChannelAudioFreeTag: View {
var body: some View {
Text("무료")
.appFont(size: 14, weight: .semibold)
.foregroundColor(.white)
.lineLimit(1)
.padding(SodaSpacing.s4)
.frame(height: 24)
.background(Color.soda900)
}
}
struct CreatorChannelLatestAudioSection_Previews: PreviewProvider {
static var previews: some View {
CreatorChannelLatestAudioSection(