Skip to content

Commit 0881550

Browse files
committed
style: use heavier cursor glyph in multiline input
1 parent 215d617 commit 0881550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/multiline-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function findNextWordBoundary(text: string, cursor: number): number {
6464
return pos
6565
}
6666

67-
const CURSOR_CHAR = ''
67+
const CURSOR_CHAR = ''
6868

6969
interface MultilineInputProps {
7070
value: string

0 commit comments

Comments
 (0)