cq

Distributed social media platform
git clone git://git.finwo.net/app/cq
Log | Files | Refs

commit 9ac33a6b8aafcf7006423456c475559962905091
parent 4f7a99ee15bf53eeb9982b356f434d3fe35bf4be
Author: finwo <finwo@pm.me>
Date:   Sun, 14 Sep 2025 20:39:20 +0200

Change theme color to black to integrate camera area on iphone

Diffstat:
Mpackages/app/src/assets/manifest.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/app/src/assets/manifest.json b/packages/app/src/assets/manifest.json @@ -4,6 +4,6 @@ "icons": [], "start_url": "/", "display": "standalone", - "theme_color": "white", + "theme_color": "black", "background_color": "black" }