Theming possibilities #476
Unanswered
etiennelacoursiere
asked this question in
Q&A
Replies: 1 comment
-
|
Hey, custom themes require additional configuration. You can find more info here: https://www.nativewind.dev/docs/guides/themes#switching-themes |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
From what I understand, we can have a light theme and a dark theme. These are controlled by the device setting.
Is there a way to have another theme, let say:
light, dark, customSpecificThemeMy use case is that in our app, the authentications pages (Login, Register etc) are in a different theme then the rest of the app. We still want to have a light and dark theme, but in the authentication pages, we want to set a theme that don't follow the system settings and that is not the light or dark theme.
Is my only option the component variants here?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions