mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 03:35:51 +08:00
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 ?? '')}
|
styleCss={CssTransform(themeBuilder.theme?.backgroundButtonDefaultColorStyle ?? '')}
|
||||||
variant='secondary-accent'
|
variant='secondary-accent'
|
||||||
size='small'
|
size='small'
|
||||||
className='shrink-0'
|
className='shrink-0 text-white'
|
||||||
onClick={() => setCollapsed(false)}
|
onClick={() => setCollapsed(false)}
|
||||||
>
|
>
|
||||||
<Edit02 className='mr-1 w-3 h-3' />
|
<Edit02 className='mr-1 w-3 h-3' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user