Fix iOS color issues (#165)
Closes: #163 Signed-off-by: Justin Georgi <justin.georgi@gmail.com> Reviewed-on: #165
This commit is contained in:
@@ -32,7 +32,7 @@ Framework7 app created with following options:
|
|||||||
},
|
},
|
||||||
"theming": {
|
"theming": {
|
||||||
"customColor": true,
|
"customColor": true,
|
||||||
"color": "#002f65",
|
"color": "#0f206c",
|
||||||
"darkMode": false,
|
"darkMode": false,
|
||||||
"iconFonts": true
|
"iconFonts": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -137,7 +137,7 @@
|
|||||||
theme: 'auto', // Automatic theme detection
|
theme: 'auto', // Automatic theme detection
|
||||||
darkMode: darkTheme,
|
darkMode: darkTheme,
|
||||||
colors: {
|
colors: {
|
||||||
primary: '#002f65',
|
primary: '#0f206c',
|
||||||
},
|
},
|
||||||
|
|
||||||
// App routes
|
// App routes
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ html {
|
|||||||
--avn-theme-color: #0f206c;
|
--avn-theme-color: #0f206c;
|
||||||
--avn-button-bg-color: #d9d8d6;
|
--avn-button-bg-color: #d9d8d6;
|
||||||
--avn-structure-box-color: yellow;
|
--avn-structure-box-color: yellow;
|
||||||
|
--f7-theme-color: var(--avn-theme-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
|
|||||||
Reference in New Issue
Block a user