Fixed inverted background/theme colors in manifest
This commit is contained in:
parent
d993d1c29b
commit
07b257e152
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ def manifest_route():
|
||||||
"scope": "",
|
"scope": "",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#000000",
|
||||||
"background_color": "#000000",
|
"background_color": "#ffffff",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue