Add helmet for theme-color in settings.

Update colours in main app.
This commit is contained in:
Paul
2021-07-03 14:27:57 +01:00
parent 81dcc4789f
commit a4ac87f24d
2 changed files with 16 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ function Theme(props: Props) {
content={
isTouchscreenDevice
? theme["primary-header"]
: theme["tertiary-background"]
: theme["background"]
}
/>
</Helmet>