Change onTintColor

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