update bar styles

This commit is contained in:
end-4
2024-03-15 22:56:14 +07:00
parent 01e60cd5f6
commit 14770aa80c
3 changed files with 74 additions and 38 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ const BarBattery = () => Box({
}),
}),
Label({
className: 'txt-smallie txt-onSurfaceVariant',
className: 'txt-smallie bar-batt-txt',
setup: (self) => self.hook(Battery, label => {
label.label = `${Battery.percent}%`;
}),