From 5638a2fa2b1e9e77008721c572d1572c048928f7 Mon Sep 17 00:00:00 2001 From: Junyi Date: Thu, 13 Jul 2023 12:32:00 +0700 Subject: [PATCH] fix(plugin-workflow): fix job button style (#2243) --- .../plugins/workflow/src/client/nodes/index.tsx | 3 ++- packages/plugins/workflow/src/client/style.tsx | 13 +++++-------- .../plugins/workflow/src/client/triggers/index.tsx | 1 + 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/plugins/workflow/src/client/nodes/index.tsx b/packages/plugins/workflow/src/client/nodes/index.tsx index ca6f783838..9e2da71a48 100644 --- a/packages/plugins/workflow/src/client/nodes/index.tsx +++ b/packages/plugins/workflow/src/client/nodes/index.tsx @@ -235,7 +235,7 @@ function InnerJobButton({ job, ...props }) { const { icon, color } = JobStatusOptionsMap[job.status]; return ( - ); @@ -279,6 +279,7 @@ export function JobButton() {
, shape: 'circle', + size: 'small', className: nodeJobButtonClass, type: 'primary', },