mirror of https://github.com/langgenius/dify.git
fix(chatbot): update button class to include text color for better visibility (#13411)
This commit is contained in:
parent
45874c699d
commit
f7959bc887
|
|
@ -78,7 +78,7 @@ const ConfigPanel = () => {
|
|||
styleCss={CssTransform(themeBuilder.theme?.backgroundButtonDefaultColorStyle ?? '')}
|
||||
variant='secondary-accent'
|
||||
size='small'
|
||||
className='shrink-0'
|
||||
className='shrink-0 text-white'
|
||||
onClick={() => setCollapsed(false)}
|
||||
>
|
||||
<Edit02 className='mr-1 w-3 h-3' />
|
||||
|
|
|
|||
Loading…
Reference in New Issue