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',