From 9264245944fd4dabe565752e64552e4b7f0b8dd7 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:28:14 +0200 Subject: [PATCH] style(debug): make Clear logs button a proper secondary button --- src/components/Debug.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index ae34b588..7e88821a 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -102,7 +102,7 @@ const Debug: React.FC = () => { {debugEnabled && } {debugEnabled ? 'Hide' : 'Show'} all applesauce debug logs - + Active pubkey: {pubkey || 'none'}