-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
LocationBar colors don't change immediately between dark and light themes #982
Labels
Milestone
Comments
11 tasks
duplicated with #974? |
11 tasks
Verification Pass with
Verification Passed on
|
This was referenced Jun 12, 2019
This was referenced Jun 12, 2019
Closed
This was referenced Jun 13, 2019
Closed
This was referenced Jun 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
brave/brave-core#407 introduces switching NativeTheme between dark and light when our theme service mode is changed between dark and light. However, this does not change immediately when the user changes between light and dark via preferences. The user must switch tabs before these colors are re-calculated.
Similarly for GetOmniboxColor which is also sync'ed to light and dark choice, though that re-paints when the LocationBar is hovered.
Both should observe the theme mode preference and change immediately.
cc @simonhong who also worked on theme service
The text was updated successfully, but these errors were encountered: