You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue you're experiencing with the background color of user questions not appearing dark in the dark mode of the Dify web app could be related to the CSS files responsible for the dark mode theme. The relevant CSS files are web/themes/dark.css and web/themes/manual-dark.css, which are imported in the global styles file web/app/styles/globals.css[1][2].
To address this issue, you might want to check these files for any missing or incorrect CSS rules that should apply to the user question elements. Additionally, ensure that the html[data-theme="dark"] selector is correctly applied to the elements in question. If there have been any recent changes to these files, reviewing the commit history might also provide insights into potential causes of the issue.
Self Checks
Dify version
1.4.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
open any web app in dark mode
✔️ Expected Behavior
background color of user question is dark
❌ Actual Behavior
The text was updated successfully, but these errors were encountered: