Fix: webapp color theme (#6908)

This commit is contained in:
KVOJJJin
2024-08-02 15:08:14 +08:00
committed by GitHub
parent e683461416
commit 62cc4077bb
4 changed files with 11 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ const ChatWrapper = () => {
handleFeedback,
currentChatInstanceRef,
appData,
themeBuilder,
} = useChatWithHistoryContext()
const appConfig = useMemo(() => {
const config = appParams || {}
@@ -143,6 +144,7 @@ const ChatWrapper = () => {
onFeedback={handleFeedback}
suggestedQuestions={suggestedQuestions}
hideProcessDetail
themeBuilder={themeBuilder}
/>
)
}