feat: add a bit of padding
This commit is contained in:
parent
ad2e15605e
commit
e7b46b17c4
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue