-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Theme] Theme not applied, don't understand why (w/ code) #1938
Comments
k, I did not see all these warnings in my console :
XXXX being sub components of my app. Not sure how to fix that. Do I have to repeat EDIT: Ok, when This is a bit cumbersome though, is there any way of declaring a theme globally ? Thanks |
create mixins and added component? |
I did that more or less, thanks ! |
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 1.7.0 to 4.0.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Hi,
I am trying to change the color of the "primary" button, among other things. As per the docs, I proceeded as following:
File
Theme.js
:In my
<App>
Component :All other components are children of
App
, yet, don't seem to get the modified theme.Any hint ?
Thanks
The text was updated successfully, but these errors were encountered: