Should barebones components be affected by global.css? #278
Unanswered
MarcAntoineCarrier28
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started playing around with the react-native-reusables repository to get a feel of how things work.
I tried updating the theme by copy and pasting one from https://ui.jln.dev/ into global.css as well as updating the constants.ts file in /lib, however the styling barely changes and most of the colors stay the same. Are the components supposed to be affected by this out of the box, or do I need to make some more changes?
I read from another question to use: ".dark:root as the selector in your css file instead of .dark", I tried switching out .dark for .dark:root in global.css and nothing changed. Is there anything else I have to do?
Beta Was this translation helpful? Give feedback.
All reactions