From c8885dbed84661c1f1d18e00dddf73d4a0273a5a Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 7 Oct 2025 11:19:23 +0200 Subject: [PATCH] fix lint --- admin/src/components/AiChat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/AiChat.vue b/admin/src/components/AiChat.vue index 819c8ba93..bdfbef28c 100644 --- a/admin/src/components/AiChat.vue +++ b/admin/src/components/AiChat.vue @@ -300,7 +300,7 @@ onMounted(async () => { .message.error .message-content { background-color: #f1e5e5; - color: rgb(194, 12, 12); + color: rgb(194 12 12); margin-left: auto; margin-right: auto; }