Hook up buttons in NotificationToast
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
caa0eb6e29
commit
7ba305e033
3 changed files with 21 additions and 26 deletions
|
@ -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(..))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue