Change the cursor type of the Send button

This commit is contained in:
Ji Tang
2023-04-23 19:55:29 +02:00
committed by josc146
parent 16d9fec31e
commit 2e1dcf372d
+1
View File
@@ -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',