mirror of
https://github.com/dergigi/boris.git
synced 2026-01-09 09:54:34 +01:00
fix(debug): use inline red styling for disconnect button since btn-danger class doesn't exist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user