Skip to content

Commit db5cd72

Browse files
committed
Fixed tint for side bar button.
1 parent d533dea commit db5cd72

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Sources/SPDiffable/Collection/SPDiffableSideBarButtonCollectionViewListCell.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ class SPDiffableSideBarButtonCollectionViewListCell: UICollectionViewListCell {
4747
contentConfiguration = content
4848
}
4949

50+
override func tintColorDidChange() {
51+
super.tintColorDidChange()
52+
setNeedsUpdateConfiguration()
53+
}
54+
5055
/**
5156
SPDiffable: Button can't be selected becouse it call once action.
5257
Automatically disable selection.

0 commit comments

Comments
 (0)