Decrease the opacity of the placeholder color for avatars in the timeline.

This commit is contained in:
Brent Simmons 2018-01-09 21:33:13 -08:00
parent 8b2f9b333a
commit ccc699741d
1 changed files with 1 additions and 1 deletions

View File

@ -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