fix(chatbot): update button class to include text color for better visibility (#13411)

This commit is contained in:
aplio 2025-02-08 21:34:37 +09:00 committed by GitHub
parent 45874c699d
commit f7959bc887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' />