From 2e1dcf372dbf910fe52e4a4349712de872c23e9d Mon Sep 17 00:00:00 2001 From: Ji Tang Date: Sun, 23 Apr 2023 19:55:29 +0200 Subject: [PATCH] Change the cursor type of the Send button --- src/components/InputBox/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/InputBox/index.jsx b/src/components/InputBox/index.jsx index df1ca8e..9b446d5 100644 --- a/src/components/InputBox/index.jsx +++ b/src/components/InputBox/index.jsx @@ -53,6 +53,7 @@ export function InputBox({ onSubmit, enabled, port }) { top: '50%', right: '8px', transform: 'translateY(-50%)', + cursor: 'pointer', backgroundColor: enabled ? '#30a14e' : '#cf222e', color: 'white', border: '1px solid',