From 466d03a38cb01e9ff9a2d11be113a81c2bdce34a Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 25 Jan 2024 20:40:16 +0100 Subject: initial commit --- mobile/app/app.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mobile/app/app.css (limited to 'mobile/app/app.css') diff --git a/mobile/app/app.css b/mobile/app/app.css new file mode 100644 index 0000000..14de482 --- /dev/null +++ b/mobile/app/app.css @@ -0,0 +1,6 @@ +@import '@nativescript/theme/css/core.css'; +@import '@nativescript/theme/css/default.css'; + +Button.-primary { + font-size: 18; +} -- cgit v1.2.3