| | |
| | | const { t } = useTranslation() |
| | | |
| | | return ( |
| | | <div className='w-[240px] rounded-lg border-[0.5px] border-components-panel-border bg-components-panel-bg shadow-lg'> |
| | | <div className='flex h-[34px] items-center border-b-[0.5px] border-b-divider-regular px-4 text-[13px] font-semibold text-text-secondary'> |
| | | <div className='w-[240px] bg-white border-[0.5px] border-gray-200 rounded-lg shadow-lg'> |
| | | <div className='flex items-center px-4 h-[34px] text-[13px] font-semibold text-gray-700 border-b-[0.5px] border-b-gray-200'> |
| | | {t('workflow.nodes.variableAssigner.setAssignVariable')} |
| | | </div> |
| | | <div className='p-1'> |