adjust bluetooth device indicator spacing

This commit is contained in:
end-4 2024-03-11 15:10:28 +07:00
parent bf50557800
commit bbe11ab43f

View file

@ -85,7 +85,7 @@ export const BluetoothIndicator = () => Widget.Stack({
});
const BluetoothDevices = () => Widget.Box({
className: 'spacing-h-10',
className: 'spacing-h-5',
setup: self => self.hook(Bluetooth, self => {
self.children = Bluetooth.connected_devices.map((device) => {
return Widget.Box({