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": "",
|
||||
"orientation": "portrait",
|
||||
"display": "standalone",
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#000000",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue