NativeScript / theme

@nativescript/theme
https://v7.docs.nativescript.org/ui/theme
Apache License 2.0
127 stars 44 forks source link

fix(system-theme): Make sure setting Theme to Auto applies the changes #266

Closed bundyo closed 4 years ago

bundyo commented 4 years ago

Fix a border-radius error in RDF

PR Checklist

What is the current behavior?

If the device is in dark mode, setting forced theme to light/dark and back to auto leaves the app in light mode.

What is the new behavior?

The app is returned to the current device mode.

Fixes/Implements/Closes #265.