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

@@ -51,7 +51,7 @@ const Chatbot = () => {
else
document.title = `${site.title} - Powered by Dify`
}
}, [site, customConfig])
}, [site, customConfig, themeBuilder])
if (appInfoLoading) {
return (