[AGS] Battery: Design complete

This commit is contained in:
Janis Hutz 2025-04-26 13:30:22 +02:00
parent 86e963e408
commit 2fd32da1b2

View File

@ -23,6 +23,7 @@ export const BatteryBox = () => {
label={bind(battery, "percentage").as(
p => ` ${Math.round(p * 100)}%`,
)}
marginEnd={3}
/>
<label
cssClasses={["battery-time"]}