Skip to content

Dark mode web app UI issue #19801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 tasks done
hbprotoss opened this issue May 16, 2025 · 1 comment · May be fixed by #19820
Open
5 tasks done

Dark mode web app UI issue #19801

hbprotoss opened this issue May 16, 2025 · 1 comment · May be fixed by #19820
Assignees
Labels
🐞 bug Something isn't working

Comments

@hbprotoss
Copy link
Contributor

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

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

Image

@dosubot dosubot bot added the 🐞 bug Something isn't working label May 16, 2025
Copy link

dosubot bot commented May 16, 2025

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.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@crazywoola crazywoola linked a pull request May 16, 2025 that will close this issue
5 tasks
@crazywoola crazywoola marked this as a duplicate of #20073 May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants