浏览代码

fix: llm parameters radio type dark style (#19833)

tags/1.4.1
Junjie.M 5 个月前
父节点
当前提交
aeceb200ec
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/base/radio/component/group/index.tsx

+ 1
- 1
web/app/components/base/radio/component/group/index.tsx 查看文件

@@ -15,7 +15,7 @@ export default function Group({ children, value, onChange, className = '' }: TRa
onChange?.(value)
}
return (
<div className={cn('flex items-center bg-gray-50', s.container, className)}>
<div className={cn('flex items-center bg-workflow-block-parma-bg text-text-secondary', s.container, className)}>
<RadioGroupContext.Provider value={{ value, onChange: onRadioChange }}>
{children}
</RadioGroupContext.Provider>

正在加载...
取消
保存