mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Decrease the opacity of the placeholder color for avatars in the timeline.
This commit is contained in:
@@ -214,7 +214,7 @@ class TimelineTableCellView: NSTableCellView {
|
||||
avatarImageView.wantsLayer = true
|
||||
avatarImageView.layer?.cornerRadius = cellAppearance.avatarCornerRadius
|
||||
if avatarImageView.image == nil {
|
||||
avatarImageView.layer?.backgroundColor = NSColor(calibratedWhite: 0.0, alpha: 0.1).cgColor
|
||||
avatarImageView.layer?.backgroundColor = NSColor(calibratedWhite: 0.0, alpha: 0.05).cgColor
|
||||
}
|
||||
else {
|
||||
avatarImageView.layer?.backgroundColor = NSColor.clear.cgColor
|
||||
|
||||
Reference in New Issue
Block a user