ソースを参照

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

aplio 5 ヶ月 前
コミット
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' />