From ba8079167b7c9e28a4e30d73c7776fbdd7c66f2e Mon Sep 17 00:00:00 2001 From: Usama Date: Wed, 3 Dec 2025 11:12:28 +0000 Subject: [PATCH] - add padding to artifact edit pencil icon --- .../src/components/participant/verify/VerifyArtefact.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo/frontend/src/components/participant/verify/VerifyArtefact.tsx b/echo/frontend/src/components/participant/verify/VerifyArtefact.tsx index 2747c708..1c988079 100644 --- a/echo/frontend/src/components/participant/verify/VerifyArtefact.tsx +++ b/echo/frontend/src/components/participant/verify/VerifyArtefact.tsx @@ -401,7 +401,7 @@ export const VerifyArtefact = () => { radius="md" variant="default" onClick={handleEdit} - px="sm" + px="lg" disabled={ isRevising || isApproving || isLoading || !generatedArtifactId }