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 }