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

Fix coloring of History Modal title #2301

Merged

Conversation

mehmetoguzderin
Copy link
Contributor

This pull request attempts to fix coloring of typography in the title of history modal. Using styled, it appeared black, not utilizing the color: #fff given to it. When the style is directly applied using a style={{ color: #fff }}, the title is white as desired.

Copy link
Contributor

@wlach wlach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tracking this down. :) I think the solution is a little suboptimal as it inlines the style-- let's try using the !important flag to make sure that our declaration of color overrides the material UI one.

I tried doing this with the dev console and it seemed to work:

image

mehmetoguzderin and others added 2 commits September 27, 2019 18:35
Co-Authored-By: William Lachance <wrlach@gmail.com>
@mehmetoguzderin
Copy link
Contributor Author

Thanks for tracking this down. :) I think the solution is a little suboptimal as it inlines the style-- let's try using the !important flag to make sure that our declaration of color overrides the material UI one.

I tried doing this with the dev console and it seemed to work:

image

This change made the pull request in lines with rest of the codebase, thanks!

@wlach wlach merged commit 8ee86cc into iodide-project:master Sep 27, 2019
@wlach
Copy link
Contributor

wlach commented Sep 27, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants