fix: style of end node

This commit is contained in:
JzoNg 2025-04-21 10:57:10 +08:00
parent ae144a8dc6
commit a01e2e4135

View File

@ -52,7 +52,7 @@ const Node: FC<NodeProps<EndNodeType>> = ({
isChatMode, isChatMode,
}) })
return ( return (
<div key={index} className='flex h-6 items-center justify-between space-x-1 rounded-md bg-components-badge-white-to-dark px-1 text-xs font-normal text-text-secondary'> <div key={index} className='flex h-6 items-center justify-between space-x-1 rounded-md bg-workflow-block-parma-bg px-1 text-xs font-normal text-text-secondary'>
<div className='flex items-center text-xs font-medium text-text-tertiary'> <div className='flex items-center text-xs font-medium text-text-tertiary'>
{!isEnv && !isChatVar && ( {!isEnv && !isChatVar && (
<> <>