浏览代码

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

aplio 2 月之前
父节点
当前提交
f7959bc887
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/components/base/chat/embedded-chatbot/config-panel/index.tsx

+ 1 - 1
web/app/components/base/chat/embedded-chatbot/config-panel/index.tsx

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