We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6208979 commit 87940ddCopy full SHA for 87940dd
gui/src/components/tracker/TrackerBattery.tsx
@@ -40,11 +40,7 @@ export function TrackerBattery({
40
<Tooltip
41
disabled={!charging && (!runtime || debug)}
42
preferedDirection="left"
43
- content={
44
- <div className="flex gap-1 items-center">
45
- <Typography>{percentFormatter.format(value)}</Typography>
46
- </div>
47
- }
+ content=<Typography>{percentFormatter.format(value)}</Typography>
48
>
49
<div className="flex gap-2">
50
<div className="flex flex-col justify-around">
0 commit comments