From ba9b9143031becd44cece1c5fd1d9eca0558bfc5 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 20 Jun 2024 12:55:13 -0700 Subject: [PATCH] Fix button styles --- src-web/components/GrpcConnectionSetupPane.tsx | 8 ++++---- src-web/components/core/Editor/Editor.tsx | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src-web/components/GrpcConnectionSetupPane.tsx b/src-web/components/GrpcConnectionSetupPane.tsx index a994e806..ce497269 100644 --- a/src-web/components/GrpcConnectionSetupPane.tsx +++ b/src-web/components/GrpcConnectionSetupPane.tsx @@ -221,14 +221,14 @@ export function GrpcConnectionSetupPane({ {isStreaming && ( <> )} ) : ( (function E size="sm" title="Reformat contents" icon="magicWand" + variant="border" className={classNames(actionClassName)} onClick={() => { if (cm.current === null) return;