Fix iOS color issues

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-03-29 11:40:02 -07:00
parent 764f2ad329
commit d44cf4efe9
3 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ Framework7 app created with following options:
},
"theming": {
"customColor": true,
"color": "#002f65",
"color": "#0f206c",
"darkMode": false,
"iconFonts": true
},