Skip to content

Commit 87940dd

Browse files
committed
TrackerBattery tooltip remove classes
1 parent 6208979 commit 87940dd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

gui/src/components/tracker/TrackerBattery.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ export function TrackerBattery({
4040
<Tooltip
4141
disabled={!charging && (!runtime || debug)}
4242
preferedDirection="left"
43-
content={
44-
<div className="flex gap-1 items-center">
45-
<Typography>{percentFormatter.format(value)}</Typography>
46-
</div>
47-
}
43+
content=<Typography>{percentFormatter.format(value)}</Typography>
4844
>
4945
<div className="flex gap-2">
5046
<div className="flex flex-col justify-around">

0 commit comments

Comments
 (0)