1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Update theme color in web app manifests (#26572)

This commit is contained in:
Paulus Schoutsen
2025-08-17 10:19:40 +02:00
committed by GitHub
parent 28e28d1417
commit 8a8bbee8e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,5 +75,5 @@
"name": "Home Assistant Demo",
"short_name": "HA Demo",
"start_url": "/?homescreen=1",
"theme_color": "#03A9F4"
"theme_color": "#009ac7"
}