Skip to content

Commit 2e1dcf3

Browse files
tang-jijosStorer
authored andcommitted
Change the cursor type of the Send button
1 parent 16d9fec commit 2e1dcf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/InputBox/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export function InputBox({ onSubmit, enabled, port }) {
5353
top: '50%',
5454
right: '8px',
5555
transform: 'translateY(-50%)',
56+
cursor: 'pointer',
5657
backgroundColor: enabled ? '#30a14e' : '#cf222e',
5758
color: 'white',
5859
border: '1px solid',

0 commit comments

Comments
 (0)