瀏覽代碼

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

tags/1.4.1
Junjie.M 5 月之前
父節點
當前提交
2862631f03
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/workflow/nodes/_base/components/variable/constant-field.tsx

+ 1
- 1
web/app/components/workflow/nodes/_base/components/variable/constant-field.tsx 查看文件

@@ -50,7 +50,7 @@ const ConstantField: FC<Props> = ({
{schema.type === FormTypeEnum.textNumber && (
<input
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}
onChange={handleStaticChange}
readOnly={readonly}

Loading…
取消
儲存