chore: notes add form content holder

This commit is contained in:
Joel
2025-08-07 17:56:37 +08:00
parent 465ff7838a
commit 6da1a48cad
5 changed files with 47 additions and 5 deletions

View File

@ -24,11 +24,11 @@ const ComponentUI: FC<Props> = ({
<div
className='relative flex h-8 w-full select-none items-center rounded-[8px] border-[1.5px] border-components-input-border-active bg-background-default-hover pl-1.5 pr-0.5'
>
<div className='absolute left-2.5 top-[-12px] '>
<div className='absolute left-2.5 top-[-12px]'>
<div className='absolute bottom-1 h-[1.5px] w-full bg-background-default-subtle'></div>
<div className=' relative flex items-center space-x-0.5 text-text-accent-light-mode-only'>
<div className='relative flex items-center space-x-0.5 px-1 text-text-accent-light-mode-only'>
<VariableX className='size-3' />
<div className='system-xs-medium'>notes</div>
<div className='system-xs-medium'>{t('workflow.nodes.humanInput.editor.notes')}</div>
</div>
</div>