NativeScript / theme

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

different primary color #245

Closed wendt88 closed 4 years ago

wendt88 commented 4 years ago

It does not matter which theme, every text-primary or nt-form__link class has the sky (#30bcff -> default $accent) color. getting a look in scss, the color comes from @include colorize($color: accent);, but in the sample project uses the brown theme where $accent: const(lime); is set. the -primary button seems correct (lime color)

Sample project https://play.nativescript.org/?template=play-vue&id=xQPhCG