We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Download bar is illegible when in dark mode on macOS Mojave.
Download any file Brave
The download bar should be readable.
It appears that the color values in the download bar are hardcoded instead of using the dynamic system colors, like [NSColor controlTextColor].
[NSColor controlTextColor]
Every time.
The text was updated successfully, but these errors were encountered:
Duplicated with #3708 and fixed since 0.62
Sorry, something went wrong.
No branches or pull requests
Description
Download bar is illegible when in dark mode on macOS Mojave.
Steps to Reproduce
Download any file Brave
Expected result
The download bar should be readable.
Actual result
It appears that the color values in the download bar are hardcoded instead of using the dynamic system colors, like
[NSColor controlTextColor]
.Reproduces how often:
Every time.
Brave version (brave://version info)
The text was updated successfully, but these errors were encountered: