Update theme colour
It seems the theme colour (which is shown in the Android status bar) is still showing the Pinafore colour. I guess this doesn't get used by iOS? I think this is the correct one.
This commit is contained in:
parent
a7eaec3391
commit
976a07d4dc
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8' >
|
<meta charset='utf-8' >
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<meta id='theThemeColor' name='theme-color' content='#4169e1' >
|
<meta id='theThemeColor' name='theme-color' content='#6248CA' >
|
||||||
<meta name="description" content="{intl.appDescription}" >
|
<meta name="description" content="{intl.appDescription}" >
|
||||||
|
|
||||||
%sapper.base%
|
%sapper.base%
|
||||||
|
|
Loading…
Reference in New Issue