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

pull/13421/head
aplio 1 year ago committed by GitHub
parent 45874c699d
commit f7959bc887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save