diff --git a/Kit/Widgets/Battery.swift b/Kit/Widgets/Battery.swift index b56a0a88..4d9926b5 100644 --- a/Kit/Widgets/Battery.swift +++ b/Kit/Widgets/Battery.swift @@ -174,7 +174,7 @@ public class BatteryWidget: WidgetWrapper { batteryPointSeparator.line(to: CGPoint(x: bPX, y: batteryFrame.bounds.origin.y + batteryFrame.bounds.height)) ctx.saveGState() ctx.setBlendMode(.destinationOut) - NSColor.textColor.set() + NSColor.white.set() batteryPointSeparator.lineWidth = borderWidth batteryPointSeparator.stroke() ctx.restoreGState()