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:
2026-05-16 22:22:35 +02:00
parent bef28f44a1
commit a8d98aeee2

View File

@@ -271,7 +271,7 @@ pub fn ApplicationsPage() -> impl IntoView {
</td>
<td class="col-count">{app.host_count}</td>
<td class="col-actions">
<button on:click=move |_| {
<button class="btn-danger" on:click=move |_| {
pending_delete.set(Some(app_clone.clone()));
}>
"Delete"