Change onTintColor

This commit is contained in:
ismailgulek
2021-06-01 17:22:45 +03:00
committed by GitHub
parent 0604b95460
commit 6358b8716d
@@ -25,7 +25,7 @@ extension MXKTableViewCellWithLabelAndSwitch: Themable {
mxkLabel.textColor = theme.textPrimaryColor
backgroundColor = theme.backgroundColor
contentView.backgroundColor = .clear
mxkSwitch.tintColor = theme.tintColor
mxkSwitch.onTintColor = theme.tintColor
}
}