From d4b9a3f15bbccb0838e4c68bfc65c3751da089d2 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:58:25 -0300 Subject: [PATCH] fix: change border color on chat input when active (#5814) Fixed border color on chat input --- .../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 fbb32f10e..909a113bd 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, useState } from "react"; +import { useEffect, useRef } from "react"; import ShortUniqueId from "short-unique-id"; import { ALLOWED_IMAGE_INPUT_EXTENSIONS, @@ -212,7 +212,7 @@ export default function ChatInput({ return (
-
+