Przeglądaj źródła

fix: tool node number type constant field dark style (#19818)

tags/1.4.1
Junjie.M 5 miesięcy temu
rodzic
commit
2862631f03
No account linked to committer's email address

+ 1
- 1
web/app/components/workflow/nodes/_base/components/variable/constant-field.tsx Wyświetl plik

{schema.type === FormTypeEnum.textNumber && ( {schema.type === FormTypeEnum.textNumber && (
<input <input
type='number' type='number'
className='h-8 w-full overflow-hidden rounded-lg bg-gray-100 p-2 text-[13px] font-normal leading-8 text-gray-900 placeholder:text-gray-400 focus:outline-none'
className='h-8 w-full overflow-hidden rounded-lg bg-workflow-block-parma-bg p-2 text-[13px] font-normal leading-8 text-text-secondary placeholder:text-gray-400 focus:outline-none'
value={value} value={value}
onChange={handleStaticChange} onChange={handleStaticChange}
readOnly={readonly} readOnly={readonly}

Ładowanie…
Anuluj
Zapisz