minor ui adjust for carousel width

pull/941/head
ryanzhao 2 years ago
parent 9e80187214
commit d1f075b865

@ -15,7 +15,7 @@ final class ConversationTitleView: UIView {
return UIView.layoutFittingExpandedSize
}
private lazy var labelCarouselViewWidth = labelCarouselView.set(.width, to: 200)
private lazy var labelCarouselViewWidth = labelCarouselView.set(.width, to: 185)
public var currentLabelType: SessionLabelCarouselView.LabelType {
return self.labelCarouselView.currentLabelType

Loading…
Cancel
Save