Temporary blocked messages solution.

Fix settings theme colour.
This commit is contained in:
Paul
2021-07-03 14:45:08 +01:00
parent a4ac87f24d
commit 324b87b9b5
3 changed files with 29 additions and 56 deletions

View File

@@ -62,7 +62,7 @@ export function GenericSettings({ pages, switchPage, category, custom, children,
content={
isTouchscreenDevice
? theme["primary-header"]
: theme["background"]
: theme["secondary-background"]
}
/>
</Helmet>