feat: add a bit of padding

This commit is contained in:
electria 2026-06-25 14:54:28 -07:00
commit e7b46b17c4
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -130,6 +130,8 @@ impl State {
.into() .into()
})) }))
.push(widget::button("add category").on_press(Message::AddCategory)) .push(widget::button("add category").on_press(Message::AddCategory))
.spacing(15)
.padding(15)
.into() .into()
} }
fn update(&mut self, message: Message) { fn update(&mut self, message: Message) {