ux: use primary text color in display label

This commit is contained in:
Peter Steinberger
2025-12-08 19:57:29 +01:00
parent f7430d74a7
commit 2c610258d1

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)