라이프 참여자 리스트

- 스피커 표시 최대 5명
This commit is contained in:
Yu Sung 2024-09-24 19:39:47 +09:00
parent 50e5f526a3
commit 9c051ff1e0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct LiveRoomProfileItemTitleView: View {
}
if let totalCount = totalCount {
Text("/\(totalCount > 4 ? 4 : totalCount - 1)")
Text("/\(totalCount > 5 ? 5 : totalCount - 1)")
.font(.custom(Font.medium.rawValue, size: 13))
.foregroundColor(Color.graybb)
}