Nativescript-angular: Dark theme not applied properly when angular template used

Created on 19 Jan 2017  路  3Comments  路  Source: NativeScript/nativescript-angular

app.css file content:
@import 'nativescript-theme-core/css/core.dark.css';

Result

bug done ready for test

Most helpful comment

This problem still occurs when using sass with @import '~nativescript-theme-core/scss/dark';

All 3 comments

@pkoleva try adding this right after the import line:

Page {
  background-color:#303030;
}

Also do you have a sample of your view setup?

Closing as resolved with latest versions of tns-core-mdolues and nativescript-theme-core

Test app here

This problem still occurs when using sass with @import '~nativescript-theme-core/scss/dark';

Was this page helpful?
0 / 5 - 0 ratings