-
Notifications
You must be signed in to change notification settings - Fork 152
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
chore: adjust bg color on scan page #1578
base: develop
Are you sure you want to change the base?
chore: adjust bg color on scan page #1578
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Test results (2/4)Details 5 tests across 1 suite Skipped testschromium › e2e.spec.ts › Jumper full e2e flow › Should be able to open quests mission page and switch background color |
Test results (4/4)Details 5 tests across 2 suites |
Test results (1/4)Details 6 tests across 2 suites Skipped testschromium › e2e.spec.ts › Jumper full e2e flow › Should be able to navigate to profile and open first Mission |
Test results (3/4)Details 5 tests across 2 suites |
@@ -70,7 +69,7 @@ export const useMainMenuContent = () => { | |||
|
|||
let mainMenu: any[] = []; | |||
|
|||
if (configTheme?.hasThemeModeSwitch) { | |||
if (configTheme?.hasThemeModeSwitch && !disableThemeSwitch) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
won't be enough as the dark theme does not exist so we have to force the light theme on this page
Ticket: https://lifi.atlassian.net/browse/LF-11330