diff --git a/crates/tauri-app/src/App.svelte b/crates/tauri-app/src/App.svelte index 9d619d3..f0ccc7d 100644 --- a/crates/tauri-app/src/App.svelte +++ b/crates/tauri-app/src/App.svelte @@ -955,15 +955,10 @@ background: rgba(255, 59, 48, 0.08); } - .btn--danger { - color: var(--red); - border-color: var(--red); - } - .btn--danger:hover:not(:disabled) { - background: rgba(255, 59, 48, 0.08); - color: var(--red); - border-color: var(--red); - } + /* (the legacy .btn--danger class used to be applied to the + "sign out" button — that's now styled via + `.settings__group--danger .settings__action` which is its own + selector tree in the settings section below) */ /* X-style settings page: sectioned cards with label-left / value-right rows, then a list of clickable action rows, then