ソースを参照

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>

読み込み中…
キャンセル
保存