From 8ac4aa2e8739e3b54bac00a078fb0b92051191c3 Mon Sep 17 00:00:00 2001 From: Tim De Pauw Date: Tue, 28 Jul 2026 14:01:33 +0200 Subject: [PATCH] fix(mac): use regular menubar text --- mac/Sources/CodeBurnMenubar/CodeBurnApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift b/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift index 1188eeaf..61b83127 100644 --- a/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift +++ b/mac/Sources/CodeBurnMenubar/CodeBurnApp.swift @@ -986,7 +986,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSPopoverDelegate, NSM button.image = nil button.imagePosition = .noImage - let font = NSFont.monospacedDigitSystemFont(ofSize: menubarTitleFontSize, weight: .medium) + let font = NSFont.monospacedDigitSystemFont(ofSize: menubarTitleFontSize, weight: .regular) let baseConfig = NSImage.SymbolConfiguration(pointSize: menubarTitleFontSize, weight: .medium) // Tint the flame based on the worst-affected connected provider's quota. // Normal (<70%) keeps the template (auto white-on-dark / black-on-light);