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 4eb5580c98
commit 1e28c18ab5
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>