Fix iOS color issues (#165)

Closes: #163

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>

Reviewed-on: #165
This commit is contained in:
2024-03-29 11:44:40 -07:00
parent 764f2ad329
commit 17a7d17e27
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
},