From ad1ed2d32839731accf46d8b40de101ae4aea136 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Thu, 17 Oct 2024 22:32:51 +0200 Subject: [PATCH] fix: theme color --- app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.vue b/app.vue index 89af878..02c2942 100644 --- a/app.vue +++ b/app.vue @@ -2,7 +2,7 @@ useSeoMeta({ title: "Lilou Chat", description: "Just ✨ Lilou ✨", - themeColor: "fa86c4", + themeColor: "#fa86c4", });