From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/workflow/nodes/start/components/var-list.tsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/components/workflow/nodes/start/components/var-list.tsx b/app/components/workflow/nodes/start/components/var-list.tsx index 7eccbec..90a7809 100644 --- a/app/components/workflow/nodes/start/components/var-list.tsx +++ b/app/components/workflow/nodes/start/components/var-list.tsx @@ -46,7 +46,7 @@ if (list.length === 0) { return ( - <div className='flex h-[42px] items-center justify-center rounded-md bg-components-panel-bg text-xs font-normal leading-[18px] text-text-tertiary'> + <div className='flex rounded-md bg-gray-50 items-center h-[42px] justify-center leading-[18px] text-xs font-normal text-gray-500'> {t('workflow.nodes.start.noVarTip')} </div> ) -- Gitblit v1.8.0