From 3a1a6a10662c8a9c95a184794e23672a28b816b7 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:25:49 -0300 Subject: [PATCH] Revert "fix: change border color on chat input when active" (#5838) Revert "fix: change border color on chat input when active (#5814)" This reverts commit d4b9a3f15bbccb0838e4c68bfc65c3751da089d2. Co-authored-by: Gabriel Luiz Freitas Almeida --- .../IOModal/components/chatView/chatInput/chat-input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx b/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx index 909a113bd..fbb32f10e 100644 --- a/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx +++ b/src/frontend/src/modals/IOModal/components/chatView/chatInput/chat-input.tsx @@ -5,7 +5,7 @@ import useFileSizeValidator from "@/shared/hooks/use-file-size-validator"; import useAlertStore from "@/stores/alertStore"; import useFlowStore from "@/stores/flowStore"; import { useUtilityStore } from "@/stores/utilityStore"; -import { useEffect, useRef } from "react"; +import { useEffect, useRef, useState } from "react"; import ShortUniqueId from "short-unique-id"; import { ALLOWED_IMAGE_INPUT_EXTENSIONS, @@ -212,7 +212,7 @@ export default function ChatInput({ return (
-
+