mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-27 18:04:15 +08:00
Change the cursor type of the Send button
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user