mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-24 23:28:32 +08:00
fix: llm parameters radio type dark style (#19833)
This commit is contained in:
parent
a15129a00c
commit
aeceb200ec
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user