Merge pull request #65 from Yalantis/fix/cell-highlited-color-changes-1
fix #39
This commit is contained in:
commit
acfd59e56c
|
|
@ -49,7 +49,7 @@ class SegmentioCell: UICollectionViewCell {
|
|||
segmentTitleLabel?.font = isHighlighted ? highlightedState.titleFont : highlightedTitleFont
|
||||
}
|
||||
|
||||
backgroundColor = isHighlighted ? highlightedState.backgroundColor : defaultState.backgroundColor
|
||||
backgroundColor = isHighlighted ? highlightedState.backgroundColor : .clear
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue