NativeScript / theme

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

Fixes Error "appCommon is not defined" #281

Closed jamescodesthings closed 3 years ago

jamescodesthings commented 3 years ago

Fixes #280 it looks like at some point this might have been changed from appCommon to Application and this reference missed.

PR Checklist

What is the current behavior?

280

What is the new behavior?

Works as expected, calling Theme.setMode(Theme.Auto) resets to system's Dark Mode Setting.

Fixes #280.