Skip to content
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

Read receipt is not changing colors in dark mode #160

Open
ragyragheb opened this issue Mar 3, 2020 · 2 comments
Open

Read receipt is not changing colors in dark mode #160

ragyragheb opened this issue Mar 3, 2020 · 2 comments
Labels
Not-an-issue 🚫 Nothing to worry about here Question ❓ Further information is requested

Comments

@ragyragheb
Copy link

can you please tell me where to change the color of the read receipt form the override.json file ?

@m4heshd
Copy link
Owner

m4heshd commented Mar 7, 2020

Unfortunately you can't change that via override.json. You need to change a line on dark.css to achieve this.

On Windows:

fill: var(--accent) !important;

On macOS:

fill: var(--accent) !important;

Change the fill attribute to any color you prefer and it'll change the seen status ticks.

@m4heshd m4heshd added Not-an-issue 🚫 Nothing to worry about here Question ❓ Further information is requested labels Mar 7, 2020
@ragyragheb
Copy link
Author

Thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Not-an-issue 🚫 Nothing to worry about here Question ❓ Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants