-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Description
When a platform logo is configured for both the dark and light themes, the logo displayed does not follow the user’s selected theme.
If the platform default theme is set to dark, and a user selects the light theme in their profile settings, the system still loads the logo configured for the dark theme instead of the light theme logo.
The same issue occurs in reverse. If the platform default theme is set to light, and the user selects the dark theme in their profile settings, the system loads the logo configured for the light theme instead of the dark theme logo.
The logo appears to follow the platform default theme rather than the user’s selected theme.
Environment
6.9.17
Reproducible Steps
Steps to create the smallest reproducible scenario:
- Add a logo URL to the dark and light themes, ensuring they are different.
- Set the default theme to dark or light
- Set the default theme under the user's profile to the opposite of the default theme.
- Observe the wrong logo is loaded
Expected Output
The correct logo is loaded depending on the theme selected by the user.
Actual Output
Regardless of the theme chosen, the logo set in the Default theme is loaded.