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
I've encountered an inconsistency with the theme . When the URL is "localhost:3000/incorrect", the light theme is correctly applied. However, when the URL changes to "localhost:3000/incorrect/wrong", the application unexpectedly switches to a dark theme.
Upon inspecting the element, I noticed a media query on the body: @media (prefers-color-scheme: dark). This seems to be responsible for the switch to dark mode. However, I have attached some screenshots to illustrate the issue.
This behavior is not consistent with the expected behavior of the application, which should always apply the light theme regardless of the URL path.
My default browser theme is set to dark mode
Could you please help investigate this issue? Any assistance would be greatly appreciated.
Thank you!
Attachments: Screenshots illustrating the issue
The text was updated successfully, but these errors were encountered:
Hello,
I've encountered an inconsistency with the theme . When the URL is "localhost:3000/incorrect", the light theme is correctly applied. However, when the URL changes to "localhost:3000/incorrect/wrong", the application unexpectedly switches to a dark theme.
Upon inspecting the element, I noticed a media query on the body: @media (prefers-color-scheme: dark). This seems to be responsible for the switch to dark mode. However, I have attached some screenshots to illustrate the issue.
This behavior is not consistent with the expected behavior of the application, which should always apply the light theme regardless of the URL path.
My default browser theme is set to dark mode
Could you please help investigate this issue? Any assistance would be greatly appreciated.
Thank you!
Attachments: Screenshots illustrating the issue
The text was updated successfully, but these errors were encountered: