라이브 상세, 라이브 룸 - 19금 표시를 이모지로 변경
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user