Content-Length: 1815 | pFad | http://github.com/nativescript-vue/vue-cli-template/pull/109.patch
thub.com
From 886e49846357e29cd64e306251267451320f035b Mon Sep 17 00:00:00 2001
From: Tiago Alves
Date: Thu, 11 Oct 2018 18:58:34 +0100
Subject: [PATCH] Fix action bar color according to the theme selected.
---
.../App_Resources/Android/src/main/res/values/colors.xml | 2 +-
template/app/components/App.vue | 9 ++-------
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/template/app/App_Resources/Android/src/main/res/values/colors.xml b/template/app/App_Resources/Android/src/main/res/values/colors.xml
index 2d0390d..103b779 100644
--- a/template/app/App_Resources/Android/src/main/res/values/colors.xml
+++ b/template/app/App_Resources/Android/src/main/res/values/colors.xml
@@ -1,7 +1,7 @@
#F5F5F5
- #53ba82
+ #000
#33B5E5
#272734
diff --git a/template/app/components/App.vue b/template/app/components/App.vue
index 67b0592..87b6215 100644
--- a/template/app/components/App.vue
+++ b/template/app/components/App.vue
@@ -1,6 +1,6 @@
{{#if_eq preset "Simple"}}
-
-
+
+
@@ -18,11 +18,6 @@