TeamMaestro / angular-native-seed

Build web apps and NativeScript applications from one codebase using the AngularCLI.
265 stars 71 forks source link

NativeScript theme doesn't seem to be working #30

Closed sebawita closed 7 years ago

sebawita commented 7 years ago

Out of the box the project imports one of the {N} themes: @import 'nativescript-theme-core/css/core.light.css';, however that doesn't seem to work

When I add a button like: <Button text="TEST" class="btn btn-primary"></Button> to the home component, the button appears without the expected style.

sean-perkins commented 7 years ago
screen shot 2017-06-08 at 1 09 54 pm

Tested with PR #29. I'll merge that into master now. Try with that 👍

sebawita commented 7 years ago

It works like a charm 😃