diff options
Diffstat (limited to 'mobile-ns/app/app.css')
-rw-r--r-- | mobile-ns/app/app.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile-ns/app/app.css b/mobile-ns/app/app.css new file mode 100644 index 0000000..14de482 --- /dev/null +++ b/mobile-ns/app/app.css @@ -0,0 +1,6 @@ +@import '@nativescript/theme/css/core.css'; +@import '@nativescript/theme/css/default.css'; + +Button.-primary { + font-size: 18; +} |