ux: use primary text color in display label

main
Peter Steinberger 2025-12-08 19:57:29 +01:00
parent f7430d74a7
commit 2c610258d1
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ private struct VibrantLabelView: NSViewRepresentable {
label.cell?.isScrollable = false
label.setContentHuggingPriority(.defaultLow, for: .horizontal)
label.setContentCompressionResistancePriority(.defaultLow, for: .horizontal)
label.textColor = .labelColor
label.textColor = .textColor
let container = ClickCatcher(onTap: onTap)
container.addSubview(label)