Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tykhonkov authored Sep 2, 2017
1 parent 42194e9 commit 7b8ca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Segmentio/Source/Cells/SegmentioCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SegmentioCell: UICollectionViewCell {
segmentTitleLabel?.font = isHighlighted ? highlightedState.titleFont : highlightedTitleFont
}

backgroundColor = isHighlighted ? highlightedState.backgroundColor : defaultState.backgroundColor
backgroundColor = isHighlighted ? highlightedState.backgroundColor : .clear
}
}
}
Expand Down

0 comments on commit 7b8ca10

Please sign in to comment.