Skip to content

Commit

Permalink
Change the cursor type of the Send button
Browse files Browse the repository at this point in the history
  • Loading branch information
tang-ji authored and josStorer committed Apr 25, 2023
1 parent 16d9fec commit 2e1dcf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InputBox/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2e1dcf3

Please sign in to comment.