Merge pull request #879 from getagentseal/fix/mac-menubar-regular-weight

fix(mac): use regular weight for the menubar title text
This commit is contained in:
Resham Joshi 2026-08-03 13:52:53 -07:00 committed by GitHub
commit 8fd6aef9be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -989,7 +989,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);