Skip to content

Commit cfa792f

Browse files
committed
Updated tinting.
1 parent cb2a7f0 commit cfa792f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Sources/NativeUIKit/Controllers/Table/Header/NativeHeaderTableController+HeaderContainerView.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ extension NativeHeaderTableController {
6464

6565
// MARK: - Ovveride
6666

67-
67+
open override func tintColorDidChange() {
68+
super.tintColorDidChange()
69+
extendAreaView.backgroundColor = backgroundColor
70+
}
6871

6972
// MARK: - Layout
7073

0 commit comments

Comments
 (0)