style(applications): use btn-danger class on table delete button
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -271,7 +271,7 @@ pub fn ApplicationsPage() -> impl IntoView {
|
|||||||
</td>
|
</td>
|
||||||
<td class="col-count">{app.host_count}</td>
|
<td class="col-count">{app.host_count}</td>
|
||||||
<td class="col-actions">
|
<td class="col-actions">
|
||||||
<button on:click=move |_| {
|
<button class="btn-danger" on:click=move |_| {
|
||||||
pending_delete.set(Some(app_clone.clone()));
|
pending_delete.set(Some(app_clone.clone()));
|
||||||
}>
|
}>
|
||||||
"Delete"
|
"Delete"
|
||||||
|
|||||||
Reference in New Issue
Block a user