Rename positive and destructive to success and danger in button
This commit is contained in:
parent
4489af7bfd
commit
44f002f64a
7 changed files with 11 additions and 11 deletions
|
|
@ -386,7 +386,7 @@ impl Task {
|
|||
)
|
||||
.on_press(TaskMessage::Delete)
|
||||
.padding(10)
|
||||
.style(button::destructive)
|
||||
.style(button::danger)
|
||||
]
|
||||
.spacing(20)
|
||||
.align_items(Alignment::Center)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue