From 17a7d17e275a04e0335935ef2c896b2fd0bd373a Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Fri, 29 Mar 2024 11:44:40 -0700 Subject: [PATCH] Fix iOS color issues (#165) Closes: #163 Signed-off-by: Justin Georgi Reviewed-on: https://gitea.azgeorgis.net/ALVINN/ALVINN_f7/pulls/165 --- f7_info.md | 2 +- src/components/app.vue | 2 +- src/css/app.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/f7_info.md b/f7_info.md index 519f34c..328ab74 100644 --- a/f7_info.md +++ b/f7_info.md @@ -32,7 +32,7 @@ Framework7 app created with following options: }, "theming": { "customColor": true, - "color": "#002f65", + "color": "#0f206c", "darkMode": false, "iconFonts": true }, diff --git a/src/components/app.vue b/src/components/app.vue index 403a86d..f0c323a 100644 --- a/src/components/app.vue +++ b/src/components/app.vue @@ -137,7 +137,7 @@ theme: 'auto', // Automatic theme detection darkMode: darkTheme, colors: { - primary: '#002f65', + primary: '#0f206c', }, // App routes diff --git a/src/css/app.css b/src/css/app.css index 1ae3edf..bced6ec 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -8,6 +8,7 @@ html { --avn-theme-color: #0f206c; --avn-button-bg-color: #d9d8d6; --avn-structure-box-color: yellow; + --f7-theme-color: var(--avn-theme-color) !important; } .dark {