How to force the windows application to light mode #10372
-
How to force the windows application to light mode? |
Beta Was this translation helpful? Give feedback.
Answered by
chrisglein
Aug 4, 2022
Replies: 1 comment 1 reply
-
For UWP apps you set that on the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chrisglein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For UWP apps you set that on the
Application
object in the XAML like so: https://social.msdn.microsoft.com/Forums/vstudio/en-US/5baadd1f-63e0-4b6b-8f9c-87b799f17ca4/uwp-forcing-a-theme-for-my-application-dark-or-light?forum=wpdevelop.For an RNW app, you'll need to delve into your app template and make that same edit it the XAML that was generated for you.