fix(debug): use inline red styling for disconnect button since btn-danger class doesn't exist

This commit is contained in:
Gigi
2025-10-17 12:56:06 +02:00
parent c9678564a5
commit 37f3a32a1c

View File

@@ -259,7 +259,8 @@ const Debug: React.FC = () => {
<div className="text-sm font-mono">{pubkey}</div>
</div>
<button
className="btn btn-danger"
className="btn"
style={{ background: 'rgb(220 38 38)', color: 'white', border: 'none' }}
onClick={() => accountManager.removeAccount(activeAccount)}
>
Disconnect