Hook up buttons in NotificationToast

Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
Nate Butler 2023-10-13 11:03:59 -04:00
parent caa0eb6e29
commit 7ba305e033
3 changed files with 21 additions and 26 deletions

View file

@ -48,10 +48,10 @@ impl<S: 'static + Send + Sync> Toast<S> {
.flex()
.py_2()
.px_1p5()
.min_w_40()
.min_w_64()
.rounded_md()
.fill(color.elevated_surface)
.max_w_64()
.max_w_96()
.children(self.children.drain(..))
}
}