Skip to content

Commit

Permalink
Make brand color transparet
Browse files Browse the repository at this point in the history
  • Loading branch information
mbirkegaard committed Jun 18, 2024
1 parent d6a1a3d commit 6963c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/views/chatbot/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const ChatbotFull = () => {
chatflowid={chatflow.id}
apiHost={baseURL}
chatflowConfig={chatbotOverrideConfig}
theme={{ chatWindow: { ...chatbotTheme, poweredByTextColor: '#FFFFFF' } }}
theme={{ chatWindow: { ...chatbotTheme, poweredByTextColor: 'transparent' } }}
/>
)}
<LoginDialog show={loginDialogOpen} dialogProps={loginDialogProps} onConfirm={onLoginClick} />
Expand Down

0 comments on commit 6963c17

Please sign in to comment.