diff --git a/package/contents/ui/CompactRepresentation.qml b/package/contents/ui/CompactRepresentation.qml index e639df8..8ddb159 100644 --- a/package/contents/ui/CompactRepresentation.qml +++ b/package/contents/ui/CompactRepresentation.qml @@ -33,7 +33,7 @@ Item { anchors.topMargin: 1 anchors.bottomMargin: 1 source: Helper.batteryIcon(batteryStatus) - color: batteryPercent == -1 ? colorFull : Kirigami.Theme.textColor + color: batteryPercent == -1 ? colorEmpty : Kirigami.Theme.textColor } } }