소스 검색

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 ?? '')}
                   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' />