mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-13 12:56:51 +08:00
Feat: workflow dark mode (#17785)
This commit is contained in:
@@ -13,10 +13,11 @@ const Node: FC<NodeProps<HttpNodeType>> = ({
|
||||
|
||||
return (
|
||||
<div className='mb-1 px-3 py-1'>
|
||||
<div className='flex items-start rounded-md bg-gray-100 p-1'>
|
||||
<div className='flex h-4 shrink-0 items-center rounded bg-gray-25 px-1 text-xs font-semibold uppercase text-gray-700'>{method}</div>
|
||||
<div className='flex items-start rounded-md bg-workflow-block-parma-bg p-1'>
|
||||
<div className='flex h-4 shrink-0 items-center rounded bg-components-badge-white-to-dark px-1 text-xs font-semibold uppercase text-text-secondary'>{method}</div>
|
||||
<div className='pl-1 pt-1'>
|
||||
<ReadonlyInputWithSelectVar
|
||||
className='text-text-secondary'
|
||||
value={url}
|
||||
nodeId={id}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user