From fef6cc47f96e15dadfd708db4c95737cd883217f Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 10 Jul 2025 14:37:32 -0700 Subject: [PATCH] Smaller cancel button --- src-web/components/HttpResponsePane.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-web/components/HttpResponsePane.tsx b/src-web/components/HttpResponsePane.tsx index 27a5c315..b328ab53 100644 --- a/src-web/components/HttpResponsePane.tsx +++ b/src-web/components/HttpResponsePane.tsx @@ -165,11 +165,11 @@ export function HttpResponsePane({ style, className, activeRequestId }: Props) { {activeResponse.state === 'initialized' ? ( - - + + Sending Request - + ) : activeResponse.state === 'closed' && activeResponse.contentLength === 0 ? (