라이브 상세, 라이브 룸 - 19금 표시를 이모지로 변경

This commit is contained in:
Yu Sung
2026-02-02 19:00:00 +09:00
parent 5159debf7f
commit 36bf533269
2 changed files with 5 additions and 26 deletions

View File

@@ -54,21 +54,10 @@ struct LiveRoomInfoCreatorView: View {
}
VStack(alignment: .leading, spacing: 6.7) {
HStack(spacing: 2.7) {
if isAdult {
Text("19")
.appFont(size: 8, weight: .bold)
.foregroundColor(.white)
.padding(.vertical, 2.8)
.padding(.horizontal, 2)
.background(Circle().foregroundColor(Color.mainRed2))
}
Text(roomTitle)
.appFont(size: 12, weight: .bold)
.foregroundColor(.grayee)
.lineLimit(1)
}
Text(isAdult ? "🔞 \(roomTitle)" : roomTitle)
.appFont(size: 12, weight: .bold)
.foregroundColor(.grayee)
.lineLimit(1)
HStack(spacing: 5.3) {
Text(creatorNickname)