From af56de33e93a4d3a09c6806f61cb2246fb15bc84 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 11 Jun 2024 12:35:52 -0300 Subject: [PATCH] Fixed padding on buttons --- src/frontend/src/CustomNodes/GenericNode/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 244b29f68..261f1230c 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -345,7 +345,7 @@ export default function GenericNode({ /> ) : ( -
+
{ @@ -368,7 +368,7 @@ export default function GenericNode({ onClick={handleUpdateCode} variant="none" size="none" - className={"group"} + className={"group p-1"} loading={loadingUpdate} > {showNode && ( <> -
+