From 24cb9957cd8cbbc47d3c35c87718d29f04bd93ce Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:57:47 -0500 Subject: [PATCH] =?UTF-8?q?=20=E2=AC=86=EF=B8=8F=20fix(SendButton):=20corr?= =?UTF-8?q?ect=20dark=20theme=20bg=20when=20`enabled`=20(#1503)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Chat/Input/SendButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Chat/Input/SendButton.tsx b/client/src/components/Chat/Input/SendButton.tsx index 2ea44498ab..0751dd51eb 100644 --- a/client/src/components/Chat/Input/SendButton.tsx +++ b/client/src/components/Chat/Input/SendButton.tsx @@ -6,7 +6,7 @@ export default function SendButton({ text, disabled }) {