Change onTintColor

This commit is contained in:
ismailgulek
2021-06-01 17:22:45 +03:00
committed by GitHub
parent a387194c3f
commit 59f9d5c7fc
@@ -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
}
}