NativeScript / theme

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

fix: Bootstrap and .nt-form colors not adapting to skin #248

Closed bundyo closed 4 years ago

bundyo commented 4 years ago

PR Checklist

What is the current behavior?

Currently .text-primary and .nt-form__link classes are not dependent on skin colors, while they should be.

What is the new behavior?

.text-primary and .nt-form__link classes change colors with the current skin.

Fixes #245.