-
Notifications
You must be signed in to change notification settings - Fork 150
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
How can I change colors of a theme? #212
Comments
Please read the docs before filing an issue. |
lol |
👎 |
Read your docs. No help |
@xikeda, inspect the root element of html document. Include this in your own CSS, a style tag, or however you get styles into your app. :root {
--mdc-theme-primary: red;
--mdc-theme-secondary: blue;
// there are many more of these... refer to the mdc docs on the full list, or just look in your web inspector.
} What would have helped that you didn't see in the docs about this? |
@xikeda I added a little more context in the styling section of the docs, let me know if that helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I change the theme or the primary/secondary/ etc colors of the RMWC? For instance my tool bar, buttons and button text is purple. How can I change that to blue?
The text was updated successfully, but these errors were encountered: