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()
}))
.push(widget::button("add category").on_press(Message::AddCategory))
.spacing(15)
.padding(15)
.into()
}
fn update(&mut self, message: Message) {