mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix disclosure color when selected
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
"repositoryURL": "https://github.com/microsoft/plcrashreporter.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "81cdec2b3827feb03286cb297f4c501a8eb98df1",
|
||||
"version": "1.10.2"
|
||||
"revision": "b1a342da19ed9b3af61ea2efa7656c2af30aeb7c",
|
||||
"version": "1.11.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -171,8 +171,10 @@ class MasterFeedTableViewCell : VibrantTableViewCell {
|
||||
|
||||
let iconTintColor: UIColor
|
||||
if isHighlighted || isSelected {
|
||||
disclosureButton?.tintColor = AppAssets.vibrantTextColor
|
||||
iconTintColor = AppAssets.vibrantTextColor
|
||||
} else {
|
||||
disclosureButton?.tintColor = AppAssets.secondaryAccentColor
|
||||
if let preferredColor = iconImage?.preferredColor {
|
||||
iconTintColor = UIColor(cgColor: preferredColor)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user