-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Vote button wrong color in dark mode #1936
Comments
Hi. @dusansimic i I want to fix this. |
@dusansimic Okay thanks |
@dusansimic hey.. please help. where can i find the class name of the vote button ? |
@Anuran12 you can find it in the dev tools (open them by pressing F12). You can use the inspect element tool to easily find the element you're looking for in the html tree and from there you can look for the specific style which is causing the issue. Once you find the style, just check which class applies that style and you found the class name you need to patch. |
@dusansimic Is it looking good ? |
On light mode, the light color is used which in case of light mode is a secondary color. Blue is the primary color. I think in this cases it would be better to use a dark color. There is one available in the variable Also, feel free to open a pull request so I can see the progress and changes in the stylesheets :) |
@dusansimic Hey.. |
The variable is not mentioned there. |
The variable is defined by Messenger website in If it doesn't work when color is specified with a variable, but it does when it's specified manually, it might be that it is overwritten somewhere in the element tree. A similar thing happened in another pull request (#1938 (comment)). Check it out and try to fix it, we should avoid hardcoding colors when possible. |
@dusansimic It's confuting for me :( I am making a draft PR. then please tell me there what should i do and what should not. Please help |
To open a draft PR, you just create a PR and check the box where it says that you want that PR to be a draft, not a regular one. That way when you're done working, make it a regular PR and I'll check if everything is fine so it can be merged. On the Hacktoberfest website you can find various resources on working with GitHub. If that is a bit confusing, feel free to just open a regular PR and we will discuss the progress there. I want you to open a PR so I can clearly see what is the current state of the code and what might be causing any issues. That way it would be easier for both you and me to work any problems out :) |
@dusansimic I created the PR. by the way the join room button still not fixed |
Vote button in chat has light background in dark mode.
The text was updated successfully, but these errors were encountered: