parent
50e5f526a3
commit
9c051ff1e0
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue