Refined bottom navigation bar on mobile

This commit is contained in:
nizune
2021-07-09 13:35:24 +02:00
parent 8cdec0fee7
commit e985c4a273
2 changed files with 62 additions and 42 deletions

View File

@@ -74,7 +74,7 @@ export function GenericSettings({
name="theme-color"
content={
isTouchscreenDevice
? theme["primary-header"]
? theme["background"]
: theme["background"]
}
/>