Fixed settings theme color

This commit is contained in:
nizune
2021-07-10 18:39:01 +02:00
parent ce35c2b2eb
commit bcb1ad0823
2 changed files with 2 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ export function GenericSettings({
content={
isTouchscreenDevice
? theme["background"]
: theme["background"]
: theme["secondary-background"]
}
/>
</Helmet>