mirror of
https://github.com/dergigi/boris.git
synced 2026-01-01 22:14:20 +01:00
style(debug): make Clear logs button a proper secondary button
This commit is contained in:
@@ -102,7 +102,7 @@ const Debug: React.FC = () => {
|
||||
{debugEnabled && <FontAwesomeIcon icon={faCheck} style={{ marginRight: 6 }} />}
|
||||
{debugEnabled ? 'Hide' : 'Show'} all applesauce debug logs
|
||||
</button>
|
||||
<button className="btn btn-ghost" onClick={() => setLogs([])}>Clear logs</button>
|
||||
<button className="btn btn-secondary" onClick={() => setLogs([])}>Clear logs</button>
|
||||
<span className="opacity-70">Active pubkey:</span> <code className="text-sm">{pubkey || 'none'}</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user