update colors

This commit is contained in:
end-4
2024-03-16 21:50:18 +07:00
parent f6e9f4b6dc
commit d59142fa6d
5 changed files with 49 additions and 37 deletions
+5 -11
View File
@@ -71,18 +71,12 @@ export default () => {
}));
const actualContent = Widget.Box({
hexpand: true,
className: 'spacing-h-5 txt',
className: 'spacing-h-5 bar-spaceright',
children: [
Widget.Box({
hexpand: true,
className: 'spacing-h-5 txt',
children: [
emptyArea,
barTray,
indicatorArea
],
}),
]
emptyArea,
barTray,
indicatorArea
],
});
return Widget.Box({