From 1876fb8977f612c82cecc3c83c991b15c5edacfe Mon Sep 17 00:00:00 2001 From: Nicolas Bonamy Date: Thu, 9 May 2024 14:20:30 -0500 Subject: [PATCH] css fix --- src/components/Prompt.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Prompt.vue b/src/components/Prompt.vue index 65d488d..4a1fb04 100644 --- a/src/components/Prompt.vue +++ b/src/components/Prompt.vue @@ -286,7 +286,7 @@ const autoGrow = (element) => { align-items: center; } -.attachment { +.prompt .icon { cursor: pointer; color: #5b5a59; }