Make the timeline date bold. Issue #2365
This commit is contained in:
parent
ef99496002
commit
1f047cdb10
|
@ -49,7 +49,7 @@ struct TimelineCellAppearance: Equatable {
|
||||||
let largeItemFontSize = actualFontSize
|
let largeItemFontSize = actualFontSize
|
||||||
|
|
||||||
self.feedNameFont = NSFont.systemFont(ofSize: smallItemFontSize)
|
self.feedNameFont = NSFont.systemFont(ofSize: smallItemFontSize)
|
||||||
self.dateFont = NSFont.systemFont(ofSize: smallItemFontSize)
|
self.dateFont = NSFont.systemFont(ofSize: smallItemFontSize, weight: NSFont.Weight.bold)
|
||||||
self.titleFont = NSFont.systemFont(ofSize: largeItemFontSize, weight: NSFont.Weight.semibold)
|
self.titleFont = NSFont.systemFont(ofSize: largeItemFontSize, weight: NSFont.Weight.semibold)
|
||||||
self.textFont = NSFont.systemFont(ofSize: largeItemFontSize, weight: NSFont.Weight.light)
|
self.textFont = NSFont.systemFont(ofSize: largeItemFontSize, weight: NSFont.Weight.light)
|
||||||
self.textOnlyFont = NSFont.systemFont(ofSize: largeItemFontSize)
|
self.textOnlyFont = NSFont.systemFont(ofSize: largeItemFontSize)
|
||||||
|
|
Loading…
Reference in New Issue